From a979591170265351fdd5fb1c827b5822f6ef50bb Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 30 Jun 2023 15:08:26 +0200 Subject: [PATCH] Release 0.20.0 --- CHANGELOG.md | 15 +++++++++++---- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf08f7bf7..649fae197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +### Fixed + + +## [0.20.0] - 2023-06-30 + +### Added + - Added automatically renewal of access tokens with OIDC client credentials grant (`Connection.authenticate_oidc_client_credentials`) ([#436](https://github.com/Open-EO/openeo-python-client/issues/436)) @@ -18,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#280](https://github.com/Open-EO/openeo-python-client/issues/280)) - Update `openeo.extra.spectral_indices` to [Awesome Spectral Indices v0.4.0](https://github.com/awesome-spectral-indices/awesome-spectral-indices/releases/tag/0.4.0) -### Removed - -### Fixed - ## [0.19.0] - 2023-06-16 diff --git a/openeo/_version.py b/openeo/_version.py index 2112d4684..5f4bb0b34 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.20.0a1" +__version__ = "0.20.0"