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"