diff --git a/NEWS.md b/NEWS.md index 37634eea..a9870248 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,10 @@ #Changelog -## 02 August 2017 -Content edits to doc/version.md +## 1.47.0 +Released 2017-08-10 -## 1.46.2 -Released 2017-mm-dd +Announcements: + - Now export and query APIs respond with `429 You are over the limits` when a query or export command overcomes the pre-configured user's timeout. ## 1.46.1 diff --git a/package.json b/package.json index e3cae377..21188952 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "keywords": [ "cartodb" ], - "version": "1.46.2", + "version": "1.47.0", "repository": { "type": "git", "url": "git://github.com/CartoDB/CartoDB-SQL-API.git"