Release 0.17.0

This commit is contained in:
Raul Ochoa 2016-07-04 13:25:09 +02:00
parent 5eddf5ce8e
commit 415d96082e
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1,3 +1,11 @@
0.17.0 (2016-07-04)
-------------------
* Add export config for cdb_analysis_catalog table #268.
* Add some extra fields to cdb_analysis_catalog table. Track user, error_message for failures, and last entity modifying the node #267.
* Exclude overviews from user data size #262.
0.16.4 (2016-05-27)
-------------------