From 1a271d977b4c482c21d5c2353442024255765822 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Mon, 11 Mar 2019 12:24:14 +0100 Subject: [PATCH] bump version --- Makefile | 3 ++- NEWS.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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