diff --git a/Makefile b/Makefile index 99682e4..24da332 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.31.0 +EXTVERSION = 0.32.0 SED = sed AWK = awk @@ -104,6 +104,7 @@ UPGRADABLE = \ 0.29.0 \ 0.30.0 \ 0.31.0 \ + 0.32.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index a7c33bb..e006327 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -0.32.0 (XXXX-XX-XX) +0.32.0 (2019-11-08) +* Fix oAuth ownership re-assignation for functions * Some fixes for PG12. * Make PG12 depend on plpython3u instead of plpythonu * CDB_UserDataSize is now compatible with postgis 3 without postgis_raster.