diff --git a/Makefile b/Makefile index 98a909a..54a5833 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.18.1 +EXTVERSION = 0.18.2 SED = sed @@ -75,6 +75,7 @@ UPGRADABLE = \ 0.17.1 \ 0.18.0 \ 0.18.1 \ + 0.18.2 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 0a492e1..6bac54f 100644 --- a/NEWS.md +++ b/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) -------------------