Release 0.12.0

This commit is contained in:
Alejandro Martínez 2016-01-27 14:25:07 +01:00
parent 350f101c3d
commit 845ac6dc9a
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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)