From 08cdb3873056315e6baa3cb16c647f81308499cc Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 7 Jul 2015 06:07:41 -0700 Subject: [PATCH] Prepare for 0.8.1 release --- Makefile | 3 ++- NEWS.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4950d2..e0778df 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.8.0 +EXTVERSION = 0.8.1 SED = sed @@ -39,6 +39,7 @@ UPGRADABLE = \ 0.7.2 \ 0.7.3 \ 0.7.4 \ + 0.8.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index 0c02c7d..5541b2e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +0.8.1 (2015-06-30) +------------------ +* Fix for [#95](https://github.com/CartoDB/cartodb-postgresql/issues/95) *cdb_usertables should return public tables when the user is publicuser* + 0.8.0 (2015-06-30) ------------------ * Adds new function CDB_QueryTablesText that can deal with "schema.table_name"