From e10d7c3a27f1690004aaafca5270d5c96ce95491 Mon Sep 17 00:00:00 2001 From: Carla Date: Thu, 17 Mar 2016 10:44:12 +0100 Subject: [PATCH 1/2] Update NEWS.md --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index bdca117..0598b92 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.14.3 (2016-03-17) +------------------- +* Fix for `cartodb_id` bigint casting hardcoded in 0.14.2 to support `cartodb_id` text columns [#210](https://github.com/CartoDB/cartodb-postgresql/pull/210) + 0.14.2 (2016-03-15) ------------------- * Support text `cartodb_id` columns in `_CDB_Has_Usable_Primary_ID` [#202](https://github.com/CartoDB/cartodb-postgresql/pull/202) From 6567d5441b5f52780063cf1c31319738d277e56b Mon Sep 17 00:00:00 2001 From: Carla Date: Thu, 17 Mar 2016 10:45:54 +0100 Subject: [PATCH 2/2] Release 0.14.3 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6958b1c..3c7641e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.14.2 +EXTVERSION = 0.14.3 SED = sed @@ -62,6 +62,7 @@ UPGRADABLE = \ 0.14.0 \ 0.14.1 \ 0.14.2 \ + 0.14.3 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)