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