Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading