Release 0.18.2
This commit is contained in:
parent
0b7fbdc1cb
commit
5c52e7564f
3
Makefile
3
Makefile
@ -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)
|
||||||
|
6
NEWS.md
6
NEWS.md
@ -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)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user