Bump to 0.25.0

This commit is contained in:
Gonzalo Riestra 2019-02-20 10:38:16 +01:00
parent 2a4ecd4850
commit ffaf5e4400
2 changed files with 5 additions and 1 deletions

View File

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

View File

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