diff --git a/CHANGELOG.md b/CHANGELOG.md index 5677689f8..2f65ca2a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> -# Unreleased +# 2.25.0 #### :mega: Release Highlights * Add [Röntgen icon set](https://github.com/enzet/map-machine#r%C3%B6ntgen-icon-set) for presets, etc. @@ -48,6 +48,8 @@ _Breaking developer changes, which may affect downstream projects or sites that * Combo fields can now specify arbitrary icons for individual tag values #### :hammer: Development * `npm start` runs in _watch_ (i.e. `npm run start:watch`) mode by default (to start the dev server in _single build_ mode one can now use `npm run start:single-build`) +* CDNs for resources (id-tagging-schema, osm-community-index, name-suggestion-index and others) are now configurable via environment variables (or a dotenv file) +* API connections (main OSM API, taginfo, nominatim) are now configurable via environment variables (or a dotenv file) [#9425]: https://github.com/openstreetmap/iD/issues/9425 [#9477]: https://github.com/openstreetmap/iD/issues/9477 diff --git a/package.json b/package.json index 64475c3fa..0d4f931f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.25.0-dev", + "version": "2.25.0", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",