From 66d0dc16c71c3d0d20a775d81799af360a932d62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:48:59 +0000 Subject: [PATCH] release: 1.0.0 (#351) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de83e482..6d668de4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/linz/topo-imagery/compare/v0.4.1...v1.0.0) (2023-02-13) + + +### ⚠ BREAKING CHANGES + +* stac providers TDE-623 ([#348](https://github.com/linz/topo-imagery/issues/348)) + +### Features + +* stac providers TDE-623 ([#348](https://github.com/linz/topo-imagery/issues/348)) ([9bc71a4](https://github.com/linz/topo-imagery/commit/9bc71a47492b9387acf337f738cad594f0c7586b)) + ## [0.4.1](https://github.com/linz/topo-imagery/compare/v0.4.0...v0.4.1) (2023-02-09) diff --git a/pyproject.toml b/pyproject.toml index 1b7ecbce4..20659a00d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "gdal" -version = "0.4.1" +version = "1.0.0" description = "" authors = [ "Blayne Chard ",