Release 0.13.1

This commit is contained in:
Javier Goizueta 2016-02-01 19:23:38 +01:00
parent 01d432c22c
commit 40a163f885
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,3 +1,6 @@
0.13.0 (2016-02-01)
* Fix migration fron unpackaged. [193](https://github.com/CartoDB/cartodb-postgresql/pull/193)
0.13.0 (2016-01-29)
* Add CDB_CreateOverviews, CDB_DropOverviews and CDB_Overviews for vector overviews support. [185](https://github.com/CartoDB/cartodb-postgresql/pull/185)
* Convert some simple functions from plpgsql to sql. [188](https://github.com/CartoDB/cartodb-postgresql/pull/188)