From 845ac6dc9aab8f3d5e7d4ab04d76a371e5536e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Mart=C3=ADnez?= Date: Wed, 27 Jan 2016 14:25:07 +0100 Subject: [PATCH] Release 0.12.0 --- Makefile | 3 ++- NEWS.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f7eb2d..45c591b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.11.5 +EXTVERSION = 0.12.0 SED = sed @@ -56,6 +56,7 @@ UPGRADABLE = \ 0.11.3 \ 0.11.4 \ 0.11.5 \ + 0.12.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 5583f97..4511db8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +0.12.0 (2016-01-27) +------------------- +* Remove schema_triggers extension dependency, to ensure compatibility with PostgreSQL 9.5. [#190](https://github.com/CartoDB/cartodb-postgresql/pull/190) +* Remove DDL trigger functions (unused by CartoDB). + 0.11.5 (2015-11-27) ------------------- * Disable log invalidation time [#178](https://github.com/CartoDB/cartodb-postgresql/pull/178)