Release 0.21.0

pull/319/head 0.21.0
Javier Goizueta 7 years ago
parent 0a58c05049
commit c1c55bf59f

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.20.0
EXTVERSION = 0.21.0
SED = sed
AWK = awk
@ -84,6 +84,7 @@ UPGRADABLE = \
0.19.1 \
0.19.2 \
0.20.0 \
0.21.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

@ -1,3 +1,8 @@
0.21.0 (2018-02-15)
* Add optional parameter to limit the number of cells in grid-generation functions #322
* Fix: grant usage on cartodb_id sequence when sharing read write #323
* Fix: Change sed in-place for tmpfiles 524319
0.20.0 (2017-11-08)
* Added VOLATILITY and PARALLEL categories to all functions

Loading…
Cancel
Save