diff --git a/CHANGELOG.md b/CHANGELOG.md index f7890412b..d2528491a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.5.0 +* Add support for localized address fields (#2246) +* Rendering improvements for layers (#2250) +* Add a map scale (#2266) +* Fix preset buttons (#2247) +* Better midpoint rendering (#2257) + ## 1.4.0 * Ensure combobox menus are closed on blur (#2207) diff --git a/js/id/id.js b/js/id/id.js index 399c69a0e..f0dd179dc 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.4.0'; +iD.version = '1.5.0'; (function() { var detected = {}; diff --git a/package.json b/package.json index 78bd7537b..33166a811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.4.0", + "version": "1.5.0", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {