Merge pull request #208 from CartoDB/release_0_14_2

Release 0.14.2
This commit is contained in:
Carla
2016-03-15 11:19:42 +01:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.14.1
EXTVERSION = 0.14.2
SED = sed
@@ -61,6 +61,7 @@ UPGRADABLE = \
0.13.1 \
0.14.0 \
0.14.1 \
0.14.2 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@@ -1,3 +1,7 @@
0.14.2 (2016-03-15)
-------------------
* Support text `cartodb_id` columns in `_CDB_Has_Usable_Primary_ID` [#202](https://github.com/CartoDB/cartodb-postgresql/pull/202)
0.14.1 (2016-03-07)
-------------------
* Fully qualify table names in cache cdb_invalidate_varnish calls [#198](https://github.com/CartoDB/cartodb-postgresql/issues/198)