diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a830bfe..b0785b8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 1.3.2 + +* Update maki +* Fix Disconnect of way with multiple intersections (#1955) +* Fix unclosed area rendering (#1958) +* Add presets for amenity=shelter, footway=sidewalk, footway=crossing, and various office values +* Add area categories +* Full-height background settings pane +* Add suggestions of common shop and amenity names +* Handle https wikipedia URLs +* Use assumed values for access placeholders (#1924) +* Distinguish between power=line and power=minor_line +* Reset invalid opacity values to default (#1923) + ## 1.3.1 * Fix misalignment -> Fix alignment (#1913) diff --git a/js/id/id.js b/js/id/id.js index ca240872a..7cca8b13f 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -310,7 +310,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.3.1'; +iD.version = '1.3.2'; (function() { var detected = {}; diff --git a/package.json b/package.json index 5c93ba4ff..0635920a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.3.1", + "version": "1.3.2", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {