From e8857d6b5337d1ea9e065ac58a5c47908e54499e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:18:57 +0000 Subject: [PATCH] release: 1.1.0 (#356) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d668de4c..0ab9cce43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/linz/topo-imagery/compare/v1.0.0...v1.1.0) (2023-02-15) + + +### Features + +* add multiple STAC licensors TDE-643 ([#355](https://github.com/linz/topo-imagery/issues/355)) ([001b9fc](https://github.com/linz/topo-imagery/commit/001b9fc39264d062b302fe9cb15a89d1668066ca)) + ## [1.0.0](https://github.com/linz/topo-imagery/compare/v0.4.1...v1.0.0) (2023-02-13) diff --git a/pyproject.toml b/pyproject.toml index a01d85a33..86bbe3909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "gdal" -version = "1.0.0" +version = "1.1.0" description = "" authors = [ "Blayne Chard ",