New version 0.11.1

- Added CDB_DateToNumber(timestamp with time zone) [#169](https://github.com/CartoDB/cartodb-postgresql/pull/169)
- cartodbfy now discards cartodb_id candidates that contain nulls [#148](https://github.com/CartoDB/cartodb-postgresql/issues/148)
This commit is contained in:
Rafa de la Torre 2015-10-06 14:45:35 +02:00
parent 15dd4935d6
commit 913bfd72f8
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,6 +1,11 @@
next (2015-mm-dd)
-----------------
0.11.1 (2015-10-06)
-------------------
* Added CDB_DateToNumber(timestamp with time zone) [#169](https://github.com/CartoDB/cartodb-postgresql/pull/169)
* cartodbfy now discards cartodb_id candidates that contain nulls [#148](https://github.com/CartoDB/cartodb-postgresql/issues/148)
0.11.0 (2015-09-dd)
-------------------
* Groups API