release 0.26.1

master 0.26.1
Gonzalo Riestra 6 years ago
parent d14d1d9994
commit 74210c5b5c

@ -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)

@ -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

Loading…
Cancel
Save