diff --git a/Makefile b/Makefile index 6160731..f59fa62 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.30.0 +EXTVERSION = 0.31.0 SED = sed AWK = awk @@ -103,6 +103,7 @@ UPGRADABLE = \ 0.28.1 \ 0.29.0 \ 0.30.0 \ + 0.31.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 8c86279..0ebb16e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -0.31.0 (XXXX-XX-XX) +0.31.0 (2019-10-08) * Ghost tables: Add missing tags (#370) * Set search_path in security definer functions.