Release version 0.19.2

This commit is contained in:
Rafa de la Torre 2017-06-30 15:04:35 +02:00
parent acbaf634dc
commit 5d43faecaf
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.19.1
EXTVERSION = 0.19.2
SED = sed
@ -81,6 +81,7 @@ UPGRADABLE = \
0.18.5 \
0.19.0 \
0.19.1 \
0.19.2 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,3 +1,6 @@
0.19.2 (2017-06-30)
* Improved functions to generate unique identifiers #305
0.19.1 (2017-06-05)
* Fixed a deadlock problem when trying to regenarate overviews #302