Prepare release of 0.28.1

This commit is contained in:
Rafa de la Torre 2019-07-04 16:09:53 +02:00
parent bf140890d8
commit 4c93258cd2
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.28.0
EXTVERSION = 0.28.1
SED = sed
AWK = awk
@ -100,6 +100,7 @@ UPGRADABLE = \
0.27.1 \
0.27.2 \
0.28.0 \
0.28.1 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

View File

@ -1,5 +1,6 @@
x.y.z (YYYY-MM-DD)
0.28.1 (2019-07-04)
* Avoid temporary tables creation in CDB_SyncTable (#366)
* Make CDB_Get_Foreign_Updated_At robust to missing CDB_TableMetadata (#362)
0.28.0 (2019-07-01)
* New function CDB_SyncTable (#355)