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 ",