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.