Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed May 31, 2023
1 parent 9ccf891 commit 122807c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Added

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

### Changed

### Removed

### Fixed


## [0.18.0] - 2023-05-31

### Added

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

### Fixed

- Fixed UDP parameter conversion issue in `build_process_dict` when using parameter in `context` of `run_udf`
[#431](https://github.com/Open-EO/openeo-python-client/issues/431)

Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0a1"
__version__ = "0.18.0"

0 comments on commit 122807c

Please sign in to comment.