diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d26f233..ff303502a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Start depending on `pystac`, initially for better `load_stac` support ([#133](https://github.com/Open-EO/openeo-python-client/issues/133), [#527](https://github.com/Open-EO/openeo-python-client/issues/527)) - ### Changed -- OIDC device code flow: hide progress bar on completed (or timed out) authentication - ### Removed ### Fixed +## [0.29.0] - 2024-05-03 + +### Added + +- Start depending on `pystac`, initially for better `load_stac` support ([#133](https://github.com/Open-EO/openeo-python-client/issues/133), [#527](https://github.com/Open-EO/openeo-python-client/issues/527)) + +### Changed + +- OIDC device code flow: hide progress bar on completed (or timed out) authentication + + ## [0.28.0] - 2024-03-18 ### Added diff --git a/openeo/_version.py b/openeo/_version.py index 8c7518e39..f634f5ba5 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.29.0a1" +__version__ = "0.29.0"