diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a54c5..81ac1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.1] - 2026-08-28 + +### Fixed + +- Retag the 2.4.0 colorKey options. Packagist `v2.4.0` was published against the previous commit. + ## [2.4.0] - 2026-08-28 ### Added @@ -183,7 +189,8 @@ Rename `publicBasePath` to `mapAssetBasePath` in Mapbox style configs. The old k - Initial release of the PHP tile proxy with operation pipeline, caching, and tests. -[Unreleased]: https://github.com/open-mapsight/tile-proxy/compare/v2.4.0...HEAD +[Unreleased]: https://github.com/open-mapsight/tile-proxy/compare/v2.4.1...HEAD +[2.4.1]: https://github.com/open-mapsight/tile-proxy/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/open-mapsight/tile-proxy/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/open-mapsight/tile-proxy/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/open-mapsight/tile-proxy/compare/v2.1.2...v2.2.0