Skip to content

Commit 122807c

Browse files
committed
Release 0.18.0
1 parent 9ccf891 commit 122807c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
87
## [Unreleased]
98

109
### Added
1110

12-
- Support OIDC client credentials grant from a generic `connection.authenticate_oidc()` call
13-
through environment variables
14-
[#419](https://github.com/Open-EO/openeo-python-client/issues/419)
15-
1611
### Changed
1712

1813
### Removed
1914

2015
### Fixed
2116

17+
18+
## [0.18.0] - 2023-05-31
19+
20+
### Added
21+
22+
- Support OIDC client credentials grant from a generic `connection.authenticate_oidc()` call
23+
through environment variables
24+
[#419](https://github.com/Open-EO/openeo-python-client/issues/419)
25+
26+
### Fixed
27+
2228
- Fixed UDP parameter conversion issue in `build_process_dict` when using parameter in `context` of `run_udf`
2329
[#431](https://github.com/Open-EO/openeo-python-client/issues/431)
2430

openeo/_version.py

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

0 commit comments

Comments
 (0)