New version 0.11.2

This commit is contained in:
Luis Bosque 2015-10-19 14:35:10 +02:00
parent d1d5ed6df3
commit cf2587ca54
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.11.1
EXTVERSION = 0.11.2
SED = sed
@ -52,6 +52,7 @@ UPGRADABLE = \
0.10.2 \
0.11.0 \
0.11.1 \
0.11.2 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,6 +1,11 @@
next (2015-mm-dd)
-----------------
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)
* Log invalidation function call duration in seconds [#163](https://github.com/CartoDB/cartodb-postgresql/pull/163)
0.11.1 (2015-10-06)
-------------------
* Added CDB_DateToNumber(timestamp with time zone) [#169](https://github.com/CartoDB/cartodb-postgresql/pull/169)