New version 0.18.0

This commit is contained in:
Rafa de la Torre 2016-10-17 18:03:00 +02:00
parent ce762f41ac
commit 594543916d
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.17.1
EXTVERSION = 0.18.0
SED = sed
@ -73,6 +73,7 @@ UPGRADABLE = \
0.16.4 \
0.17.0 \
0.17.1 \
0.18.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,3 +1,11 @@
0.18.0 (2016-10-17)
-------------------
* Fix: exclude NULL geometries when creating Overviews #269
* Function to check analysis tables limits #279
* Exclude analysis cache tables from the quota #281
0.17.1 (2016-08-16)
-------------------