diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfd6dadd..77e017a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.7.2 +* Fix for 404 Error caused by duplicates in multi-fetch node request (#2626) +* Fix oil well preset (#2621) + ## 1.7.1 * Add oil well preset (#2618) * Add radio mast preset (#2613) diff --git a/js/id/id.js b/js/id/id.js index e2e9af6c9..aed7fa7a8 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -325,7 +325,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.7.1'; +iD.version = '1.7.2'; (function() { var detected = {}; diff --git a/package.json b/package.json index f5b99a07e..7c172dff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.7.1", + "version": "1.7.2", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {