From 122807cc159450620c6a66b729b60fd52dc48421 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Wed, 31 May 2023 15:24:53 +0200 Subject: [PATCH] Release 0.18.0 --- CHANGELOG.md | 16 +++++++++++----- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60c65490..58cd56939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/openeo/_version.py b/openeo/_version.py index b7c755dbd..1317d7554 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.18.0a1" +__version__ = "0.18.0"