From 58e2e7e23846165419dbf0f7efc457399f025ade Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Wed, 30 Nov 2016 17:17:45 +0100 Subject: [PATCH] Release 0.18.5 --- Makefile | 3 ++- NEWS.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6be340b..d8999fd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.18.4 +EXTVERSION = 0.18.5 SED = sed @@ -78,6 +78,7 @@ UPGRADABLE = \ 0.18.2 \ 0.18.3 \ 0.18.4 \ + 0.18.5 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index f625176..1d44f94 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +0.18.5 (2016-11-30) + +* Add to new overview creation strategies #290 +* Fix tests: race condition with publicuser #157 +* Fix: CDB_Stats divisions by zero #181 +* Better implementation of `CDB_EqualIntervalBins` #244 +* New tests for binning functions #249 + 0.18.4 (2016-11-04) * No functional changes; fixes the migration from previous versions #288