From 74210c5b5cec34bbcba117b973d7d17ab3ad26a0 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Tue, 19 Mar 2019 17:43:36 +0100 Subject: [PATCH] release 0.26.1 --- Makefile | 3 ++- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a194e7..53273da 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.26.0 +EXTVERSION = 0.26.1 SED = sed AWK = awk @@ -95,6 +95,7 @@ UPGRADABLE = \ 0.24.1 \ 0.25.0 \ 0.26.0 \ + 0.26.1 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 7bba82a..44fd2fa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +0.26.1 (2019-03-19) +* Remove default TIS values from Ghost tables functions + 0.26.0 (2019-03-11) * Use `ST_ShiftLongitude` instead of `ST_Shift_Longitude`. * Add Ghost tables functions to install triggers and enqueue the linking process