diff --git a/NEWS.md b/NEWS.md index 85ff6eed..6cb8ecc8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ #Changelog +## 1.47.2 +Released 2017-mm-dd + + ## 1.47.1 Released 2017-08-13 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d7b9bf19..bc15fff7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "cartodb_sql_api", - "version": "1.47.1", + "version": "1.47.2", "dependencies": { "accepts": { "version": "1.2.13", diff --git a/package.json b/package.json index cd70a536..49386372 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "keywords": [ "cartodb" ], - "version": "1.47.1", + "version": "1.47.2", "repository": { "type": "git", "url": "git://github.com/CartoDB/CartoDB-SQL-API.git"