From 78e9e82e0e7b29e0841d4681df98e893cc3f131a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:13:14 +1200 Subject: [PATCH] release: 3.1.0 (#615) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 ",