diff --git a/NEWS.md b/NEWS.md index b30a8cc1..204b3a46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,15 @@ # Changelog -## 1.49.0 -Released 2018-mm-dd +## 2.0.0 +Released 2018-03-22 + +Breaking changes: + * Needs Redis v4 Features: * Implemented middleware to authenticate users throug the new Authorization System. + * Upgrades cartodb-redis to 1.0.0 + * Rate limit feature (disabled by default) ## 1.48.1 diff --git a/package.json b/package.json index ec688be7..279f5b27 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "keywords": [ "cartodb" ], - "version": "1.48.2", + "version": "2.0.0", "repository": { "type": "git", "url": "git://github.com/CartoDB/CartoDB-SQL-API.git"