diff --git a/Makefile b/Makefile index 0a5b72d..8f08ebe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.11.0 +EXTVERSION = 0.11.1 SED = sed @@ -51,6 +51,7 @@ UPGRADABLE = \ 0.10.1 \ 0.10.2 \ 0.11.0 \ + 0.11.1 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 24e604c..e3b2a3b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ next (2015-mm-dd) ----------------- +0.11.1 (2015-10-06) +------------------- +* Added CDB_DateToNumber(timestamp with time zone) [#169](https://github.com/CartoDB/cartodb-postgresql/pull/169) +* cartodbfy now discards cartodb_id candidates that contain nulls [#148](https://github.com/CartoDB/cartodb-postgresql/issues/148) + 0.11.0 (2015-09-dd) ------------------- * Groups API