diff --git a/NEWS.md b/NEWS.md index 6569f3e7..aee22f64 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ # Changelog -## 4.8.1 -Released 2018-mm-dd +## 5.0.0 +Released 2018-01-29 +Backward incompatible changes: +- Aggregation dataview returns categories with the same type as the database type. For example, if we are aggretating by a numeric field, the resulting JSON will contain a number instead of a stringified number. ## 4.8.0 Released 2018-01-04 diff --git a/package.json b/package.json index e500a253..2ac978e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "windshaft-cartodb", - "version": "4.8.1", + "version": "5.0.0", "description": "A map tile server for CartoDB", "keywords": [ "cartodb"