diff --git a/CHANGELOG.md b/CHANGELOG.md index e528e5fdf..5b9b9dc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/linz/topo-imagery/compare/v5.1.0...v5.2.0) (2024-10-17) + + +### Features + +* add description field for assets in collection TDE-1294 ([#1132](https://github.com/linz/topo-imagery/issues/1132)) ([4d6c030](https://github.com/linz/topo-imagery/commit/4d6c030d9da64f04d647ad116c6f478bbf2437f0)) + ## [5.1.0](https://github.com/linz/topo-imagery/compare/v5.0.2...v5.1.0) (2024-10-10) diff --git a/pyproject.toml b/pyproject.toml index fe76bbc52..3fbadf631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "topo-imagery" -version = "5.1.0" +version = "5.2.0" description = "A collection of scripts for processing imagery" authors = [ "Blayne Chard ",