diff --git a/CHANGELOG.md b/CHANGELOG.md index 7281d6087..da8095b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/linz/topo-imagery/compare/v3.2.1...v3.3.0) (2023-09-26) + + +### Features + +* script to convert ascii files TDE-814 ([#595](https://github.com/linz/topo-imagery/issues/595)) ([5875d53](https://github.com/linz/topo-imagery/commit/5875d53c2b68f9d661a42f012deb7bbdb639ffe3)) + ## [3.2.1](https://github.com/linz/topo-imagery/compare/v3.2.0...v3.2.1) (2023-09-14) diff --git a/pyproject.toml b/pyproject.toml index cead0e038..54c9ef6d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "topo-imagery" -version = "3.2.1" +version = "3.3.0" description = "A collection of scripts for processing imagery" authors = [ "Blayne Chard ",