New version 0.9.2

This commit is contained in:
Rafa de la Torre 2015-08-24 15:20:50 +02:00
parent 7ed3c29f82
commit 7f63688a2f
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.9.1
EXTVERSION = 0.9.2
SED = sed
@ -44,6 +44,7 @@ UPGRADABLE = \
0.8.2 \
0.9.0 \
0.9.1 \
0.9.2 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,3 +1,7 @@
0.9.2 (2015-08-24)
------------------
* Fix for `the_geom` column present but not SRID (EWKT) and other corner cases [#121](https://github.com/CartoDB/cartodb-postgresql/pull/121)
0.9.1 (2015-08-19)
------------------
* Fix for transformation to webmercator in corner cases [#116](https://github.com/CartoDB/cartodb-postgresql/issues/116)