Release 0.16.2

master 0.16.2
Javier Goizueta 9 years ago
parent 8302f89413
commit 8f1435c049

@ -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)

@ -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

Loading…
Cancel
Save