Prepare release 0.30.0

This commit is contained in:
Rafa de la Torre 2019-07-17 09:58:21 +02:00
parent 746dbea434
commit afa52aa92b
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.29.0 EXTVERSION = 0.30.0
SED = sed SED = sed
AWK = awk AWK = awk
@ -102,6 +102,7 @@ UPGRADABLE = \
0.28.0 \ 0.28.0 \
0.28.1 \ 0.28.1 \
0.29.0 \ 0.29.0 \
0.30.0 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,3 +1,6 @@
0.30.0 (2019-07-17)
* Added new admin functions to connect CARTO with user FDW's (#369)
0.29.0 (2019-07-15) 0.29.0 (2019-07-15)
* Added new function CDB_OAuth: * Added new function CDB_OAuth:
* Install event trigger to check for table/view/sequence/function creation * Install event trigger to check for table/view/sequence/function creation