bump version

This commit is contained in:
Gonzalo Riestra 2019-03-11 12:24:14 +01:00
parent 9c6294d95b
commit 1a271d977b
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.25.0
EXTVERSION = 0.26.0
SED = sed
AWK = awk
@ -94,6 +94,7 @@ UPGRADABLE = \
0.24.0 \
0.24.1 \
0.25.0 \
0.26.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,5 +1,6 @@
0.26.0 (2019-XX-XX)
* Use `ST_ShiftLongitude` instead of `ST_Shift_Longitude`.
* Add Ghost tables functions to install triggers and enqueue the linking process
0.25.0 (2019-02-22)
* Add `CDB_Username` to get the cartodb username from the current PostgreSQL user