From ffaf5e4400d5e29b0d453ad01e074f6c04aaa59b Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Wed, 20 Feb 2019 10:38:16 +0100 Subject: [PATCH] Bump to 0.25.0 --- Makefile | 3 ++- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bc7ec6..2bbe527 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.24.1 +EXTVERSION = 0.25.0 SED = sed AWK = awk @@ -93,6 +93,7 @@ UPGRADABLE = \ 0.23.2 \ 0.24.0 \ 0.24.1 \ + 0.25.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 17ec9c2..13687fd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +0.25.0 (XXXX-XX-XX) +* Add `CDB_Username` to get the cartodb username from the current PostgreSQL user + 0.24.1 (2019-01-02) * Drop functions removed in 0.12 (#341) * Travis: Test with PostgreSQL 9.5, 10 and 11.