diff --git a/Makefile b/Makefile index 330033f..6afa010 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.27.2 +EXTVERSION = 0.28.0 SED = sed AWK = awk @@ -99,6 +99,7 @@ UPGRADABLE = \ 0.27.0 \ 0.27.1 \ 0.27.2 \ + 0.28.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 10e9aef..8461371 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +0.28.0 (2019-07-01) +* New function CDB_SyncTable (#355) + 0.27.2 (2019-06-21) * Improvements and fixes in Ghost tables functions (#360)