Skip to content

Commit a979591

Browse files
committed
Release 0.20.0
1 parent 15ca868 commit a979591

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
### Changed
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
18+
## [0.20.0] - 2023-06-30
19+
20+
### Added
21+
1122
- Added automatically renewal of access tokens with OIDC client credentials grant (`Connection.authenticate_oidc_client_credentials`)
1223
([#436](https://github.com/Open-EO/openeo-python-client/issues/436))
1324

@@ -18,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1829
([#280](https://github.com/Open-EO/openeo-python-client/issues/280))
1930
- 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)
2031

21-
### Removed
22-
23-
### Fixed
24-
2532

2633
## [0.19.0] - 2023-06-16
2734

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.20.0a1"
1+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)