diff --git a/Makefile b/Makefile index 2afa5f1..ffab669 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/NEWS.md b/NEWS.md index f7931d0..0c71f55 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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)