diff --git a/Makefile b/Makefile index c31ea32..f14a880 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.16.1 +EXTVERSION = 0.16.2 SED = sed @@ -68,6 +68,7 @@ UPGRADABLE = \ 0.15.1 \ 0.16.0 \ 0.16.1 \ + 0.16.2 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index c6c36ad..7af1f4f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +0.16.2 (2016-04-27) +------------------- + +* Use the mode to aggregate category columns in overviews + [#246](https://github.com/CartoDB/cartodb-postgresql/pull/246) + 0.16.1 (2016-04-25) ------------------- @@ -10,6 +16,7 @@ * Compute webmercator resolution using full numeric precision [#243](https://github.com/CartoDB/cartodb-postgresql/pull/243) + 0.16.0 (2016-04-15) ------------------- * Adds table for storing camshaft analysis nodes