diff --git a/Makefile b/Makefile index b912941..c408057 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.11.2 +EXTVERSION = 0.11.3 SED = sed @@ -54,6 +54,7 @@ UPGRADABLE = \ 0.11.0 \ 0.11.1 \ 0.11.2 \ + 0.11.3 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 42713d2..dc3fcc9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,13 @@ next (2015-mm-dd) ----------------- +0.11.3 (2015-10-27) +------------------- +* Added CDB_Helper.sql [#173](https://github.com/CartoDB/cartodb-postgresql/pull/173) +* Added _CDB_Unique_Identifier for creating UTF8 aware unique identifiers +* Added _CDB_Unique_Column_Identifier for creating UTF8 aware unique identifiers for columns +* Added _CDB_Octet_Truncate that truncates text to a certain amount of octets. + 0.11.2 (2015-10-19) ------------------- * Fix schema not being specified on pg_get_serial_sequence [#170](https://github.com/CartoDB/cartodb-postgresql/pull/170)