diff --git a/Makefile b/Makefile index cafb35c..f8612c2 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/NEWS.md b/NEWS.md index 1f2d474..96c47b5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) -------------------