diff --git a/Makefile b/Makefile index 107e94a..3663b57 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.10.1 +EXTVERSION = 0.11.0 SED = sed @@ -49,6 +49,7 @@ UPGRADABLE = \ 0.9.4 \ 0.10.0 \ 0.10.1 \ + 0.11.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 69db4ec..67e9b56 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ next (2015-mm-dd) ----------------- + +0.11.0 (2015-09-dd) +------------------- * Groups API 0.10.1 (2015-09-16)