From a88bfc51a33b177f104690c850823a7dac462d81 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Fri, 27 Nov 2015 17:03:51 +0100 Subject: [PATCH] Upgrade version to 0.11.5 --- Makefile | 3 ++- NEWS.md | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6355e1..644a633 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.11.4 +EXTVERSION = 0.11.5 SED = sed @@ -56,6 +56,7 @@ UPGRADABLE = \ 0.11.2 \ 0.11.3 \ 0.11.4 \ + 0.11.5 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 6cb713e..5583f97 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ +0.11.5 (2015-11-27) +------------------- +* Disable log invalidation time [#178](https://github.com/CartoDB/cartodb-postgresql/pull/178) + 0.11.4 (2015-11-24) ------------------- * Fix for existing PK cartodb_id problem [#174](https://github.com/CartoDB/cartodb-postgresql/issues/174) * Add cartodbfication support for column names with embedded points to fix [#6114](https://github.com/CartoDB/cartodb/issues/6114) -* Disable log invalidation time [#178](https://github.com/CartoDB/cartodb-postgresql/pull/178) * Add CDB_GreatCircle for creating great circle routes between two points [#171](https://github.com/CartoDB/cartodb-postgresql/pull/171) * Fix to prevent cartodbfication problems [#155](https://github.com/CartoDB/cartodb-postgresql/issues/155)