diff --git a/Makefile b/Makefile index fa9ffb6..6a194e7 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/NEWS.md b/NEWS.md index a777495..2d98860 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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