diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4cff549..8c9f0b1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.6.0 + +* Add nework field to Road Route relation preset (#2372) +* Updated TIGER layer to use TIGER 2014 +* Added support for street-level imagery from Mapillary +* Added support for taginfo projects data +* Better infer restriction for no_u_turn (#2345) +* Update to rbush 1.3.3 +* Improved a variety of presets +* Added `comment` url param to prefill changeset comment (#2311) + ## 1.5.4 * Do not fully fill certain landuse values, e.g. landuse=residential (#542) diff --git a/js/id/id.js b/js/id/id.js index 3d135de22..0cc7f1500 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -265,7 +265,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.5.4'; +iD.version = '1.6.0'; (function() { var detected = {}; diff --git a/package.json b/package.json index d4d6e1ca1..8b379ab82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.5.4", + "version": "1.6.0", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {