Release 0.31.0

This commit is contained in:
Raul Marin 2019-10-08 12:47:32 +02:00
parent 7a23ea815c
commit b68ce72889
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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.