From afa52aa92b1c27f6aaf12565fcbe5f79faae9917 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 17 Jul 2019 09:58:21 +0200 Subject: [PATCH] Prepare release 0.30.0 --- Makefile | 3 ++- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02072ab..6160731 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.29.0 +EXTVERSION = 0.30.0 SED = sed AWK = awk @@ -102,6 +102,7 @@ UPGRADABLE = \ 0.28.0 \ 0.28.1 \ 0.29.0 \ + 0.30.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index cf7b0c2..437fd48 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) * Added new function CDB_OAuth: * Install event trigger to check for table/view/sequence/function creation