File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,27 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 1- __version__ = "0.18.0a1 "
1+ __version__ = "0.18.0 "
You can’t perform that action at this time.
0 commit comments