diff --git a/NEWS.md b/NEWS.md index eec3764f..b6e5d4a7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,13 @@ # Changelog -## 2.34.2 +## 2.35.0 Released 2016-mm-dd +Announcements: + - Upgrades windshaft to [1.18.0](https://github.com/CartoDB/Windshaft/releases/tag/1.18.0) + - Appends columns to layers from associated dataviews + ## 2.34.1 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8db3958b..5735a5cf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "windshaft-cartodb", - "version": "2.34.2", + "version": "2.35.0", "dependencies": { "body-parser": { "version": "1.14.2", diff --git a/package.json b/package.json index 619574df..0032902d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "windshaft-cartodb", - "version": "2.34.2", + "version": "2.35.0", "description": "A map tile server for CartoDB", "keywords": [ "cartodb"