Release 0.18.2

This commit is contained in:
Alejandro Martínez 2016-10-20 15:58:55 +02:00
parent 0b7fbdc1cb
commit 5c52e7564f
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.18.1 EXTVERSION = 0.18.2
SED = sed SED = sed
@ -75,6 +75,7 @@ UPGRADABLE = \
0.17.1 \ 0.17.1 \
0.18.0 \ 0.18.0 \
0.18.1 \ 0.18.1 \
0.18.2 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,3 +1,9 @@
0.18.2 (2016-10-20)
-------------------
* Fix: cleanup inconsistent position of `username` column in analysis catalog after upgrades
[#285](https://github.com/cartodb/cartodb-postgresql/pull/285)
0.18.1 (2016-10-19) 0.18.1 (2016-10-19)
------------------- -------------------