Release 0.14.1

This commit is contained in:
Alejandro Martínez 2016-03-07 12:05:14 +01:00
parent 2e186c8565
commit 33b4f3718b
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1,3 +1,7 @@
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)
0.14.0 (2016-02-14)
-------------------
* Add CDB_ForeignTable.sql to support FDW's [#199](https://github.com/CartoDB/cartodb-postgresql/pull/199)