diff --git a/Makefile b/Makefile index 45c591b..2afa5f1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.12.0 +EXTVERSION = 0.13.0 SED = sed @@ -57,6 +57,7 @@ UPGRADABLE = \ 0.11.4 \ 0.11.5 \ 0.12.0 \ + 0.13.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 4511db8..f7931d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +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) + 0.12.0 (2016-01-27) ------------------- * Remove schema_triggers extension dependency, to ensure compatibility with PostgreSQL 9.5. [#190](https://github.com/CartoDB/cartodb-postgresql/pull/190)