diff --git a/CHANGELOG.md b/CHANGELOG.md index 72146fb2..ab3d59fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/linz/topo-imagery/compare/v3.0.1...v3.1.0) (2023-08-29) + + +### Features + +* download files using multithreading TDE-822 ([#580](https://github.com/linz/topo-imagery/issues/580)) ([8ab269d](https://github.com/linz/topo-imagery/commit/8ab269de0a06f735039029e53318552341a487ad)) +* thumbnails creation TDE-839 ([#616](https://github.com/linz/topo-imagery/issues/616)) ([8e2028f](https://github.com/linz/topo-imagery/commit/8e2028f1ea340b9712ac6d00ed8b56980589def5)) + ## [3.0.1](https://github.com/linz/topo-imagery/compare/v3.0.0...v3.0.1) (2023-08-10) diff --git a/pyproject.toml b/pyproject.toml index 3539bb7c..040a1e02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "topo-imagery" -version = "3.0.1" +version = "3.1.0" description = "A collection of scripts for processing imagery" authors = [ "Blayne Chard ",