From c1c55bf59f0814aacd8e114988da83a7f6ebe83f Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Thu, 15 Feb 2018 17:22:42 +0100 Subject: [PATCH] Release 0.21.0 --- Makefile | 3 ++- NEWS.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01e9325..2f31953 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/NEWS.md b/NEWS.md index 233454f..961e9d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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