diff --git a/CHANGELOG.md b/CHANGELOG.md index 165e4335..6577e43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,16 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> +# 3.2.1 + +#### Bugfixes + +* Patch a bug which caused pickup/dropoff parcel lockers to incorrectly get a `parcel_pickup=no` tag when upgrading from the old tagging schema ([#364], thanks [@riQQ]) + +[#364]: https://github.com/openstreetmap/id-tagging-schema/issues/364 + +[@riQQ]: https://github.com/riQQ + # 3.2.0 #### :mega: Release Highlights diff --git a/package.json b/package.json index 31475c83..2ddfb69a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openstreetmap/id-tagging-schema", - "version": "3.2.0", + "version": "3.2.1", "description": "The OpenStreetMap tagging model used by the iD editor", "homepage": "https://github.com/openstreetmap/id-tagging-schema#readme", "bugs": "https://github.com/openstreetmap/id-tagging-schema/issues",