diff --git a/CHANGELOG.md b/CHANGELOG.md index b961eb1aa..b041714f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.11.2](https://github.com/linz/topo-imagery/compare/v4.11.1...v4.11.2) (2024-09-24) + + +### Bug Fixes + +* Use GeoJSON media type for item links TDE-1254 ([#1086](https://github.com/linz/topo-imagery/issues/1086)) ([57dd0a8](https://github.com/linz/topo-imagery/commit/57dd0a86566e739a16c124be6ef24aca99565b79)) + ## [4.11.1](https://github.com/linz/topo-imagery/compare/v4.11.0...v4.11.1) (2024-09-19) diff --git a/pyproject.toml b/pyproject.toml index 6a6546483..bc0806445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "topo-imagery" -version = "4.11.1" +version = "4.11.2" description = "A collection of scripts for processing imagery" authors = [ "Blayne Chard ",