diff --git a/CHANGELOG.md b/CHANGELOG.md index 645eeeab8..da5a617e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.2 + +* Fix cursor offset when clicking/dragging after resizing the window (#1678) +* Include low-frequency tag values if they have a wiki entry +* Fix tag value suggestions in preset comboboxes (#1679, #1680) + ## 1.1.1 * Improve performance when drawing diff --git a/js/id/id.js b/js/id/id.js index 6aa8ddc10..5f4ac9c68 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -216,7 +216,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.1.1'; +iD.version = '1.1.2'; (function() { var detected = {}; diff --git a/package.json b/package.json index 30705fc63..e2567a835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.1.1", + "version": "1.1.2", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {