diff --git a/Makefile b/Makefile index b4baec6..b774d21 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.15.0 +EXTVERSION = 0.15.1 SED = sed @@ -65,6 +65,7 @@ UPGRADABLE = \ 0.14.3 \ 0.14.4 \ 0.15.0 \ + 0.15.1 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 2d7fa09..d389da5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +0.15.1 (2016-04-15) + +* Fix problems with org users in overviews functions + [#224](https://github.com/CartoDB/cartodb-postgresql/pull/224) +* Add `_feature_count` to overviews + [#227](https://github.com/CartoDB/cartodb-postgresql/pull/227) +* Change point clustering behaviour of overviews + [#228](https://github.com/CartoDB/cartodb-postgresql/pull/228) +* Change default tolerance of overviews + [#230](https://github.com/CartoDB/cartodb-postgresql/pull/230) +* Fix problem with aggregated numerical fields in overviews + [#233](https://github.com/CartoDB/cartodb-postgresql/pull/233) +* Enhance aggregation of text fields in overviews + [#234]https://github.com/CartoDB/cartodb-postgresql/pull/234 + 0.15.0 (2016-04-05) * New function CDB_CreateOverviewsWithToleranceInPixels that adds tolerance parameter for overview creation