Prepare for 0.8.1 release

This commit is contained in:
Paul Ramsey 2015-07-07 06:07:41 -07:00
parent 734561de4c
commit 08cdb38730
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.8.0 EXTVERSION = 0.8.1
SED = sed SED = sed
@ -39,6 +39,7 @@ UPGRADABLE = \
0.7.2 \ 0.7.2 \
0.7.3 \ 0.7.3 \
0.7.4 \ 0.7.4 \
0.8.0 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -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) 0.8.0 (2015-06-30)
------------------ ------------------
* Adds new function CDB_QueryTablesText that can deal with "schema.table_name" * Adds new function CDB_QueryTablesText that can deal with "schema.table_name"