release 0.26.1

This commit is contained in:
Gonzalo Riestra 2019-03-19 17:43:36 +01:00
parent d14d1d9994
commit 74210c5b5c
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,3 +1,6 @@
0.26.1 (2019-03-19)
* Remove default TIS values from Ghost tables functions
0.26.0 (2019-03-11) 0.26.0 (2019-03-11)
* Use `ST_ShiftLongitude` instead of `ST_Shift_Longitude`. * Use `ST_ShiftLongitude` instead of `ST_Shift_Longitude`.
* Add Ghost tables functions to install triggers and enqueue the linking process * Add Ghost tables functions to install triggers and enqueue the linking process