diff --git a/NEWS.md b/NEWS.md index dd18ae8d..797571c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,10 @@ -1.11.1 - 2014-mm-dd +1.12.0 - 2014-08-04 ------------------- New features: * Add header for host serving the request + * Stream JSON/GeoJSON responses 1.11.0 - 2014-07-30 ------------------- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ea2659fd..d8687c4a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "cartodb_sql_api", - "version": "1.11.1", + "version": "1.12.0", "dependencies": { "underscore": { "version": "1.3.3" diff --git a/package.json b/package.json index 5477845e..1ed26961 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "keywords": [ "cartodb" ], - "version": "1.11.1", + "version": "1.12.0", "repository": { "type": "git", "url": "git://github.com/CartoDB/CartoDB-SQL-API.git"