From eafb0f45570ed9678e3aa00c444a864dee0b47d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20S=C3=A1nchez=20Lara?= Date: Mon, 10 Aug 2015 11:17:41 +0200 Subject: [PATCH] Groups API extension version --- Makefile | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0241fd..1720026 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.8.3 +EXTVERSION = 0.9.0 SED = sed diff --git a/NEWS.md b/NEWS.md index 6d68994..ed14499 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,12 @@ +0.9.0 (2015-mm-dd) +------------------ +* Groups API + 0.8.3 (2015-mm-dd) ------------------ * Fixes CDB_UserDataSize failing due `ERROR: relation "*" does not exist.` [#108](https://github.com/CartoDB/cartodb-postgresql/issues/108) + 0.8.2 (2015-07-27) ------------------ * Fix for CDB_UserTables returning wrong listings when publicuser is used