diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d169168..f396e676b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Removed + +### Fixed + + +## [0.25.0] - 2023-11-02 + +### Changed + - Introduce `OpenEoApiPlainError` for API error responses that are not well-formed for better distinction with properly formed API error responses (`OpenEoApiError`). ([#491](https://github.com/Open-EO/openeo-python-client/issues/491)). -### Removed - ### Fixed +- Fix missing `validate` support in `LocalConnection.execute` ([#493](https://github.com/Open-EO/openeo-python-client/pull/493)) + ## [0.24.0] - 2023-10-27 diff --git a/openeo/_version.py b/openeo/_version.py index 03e0fea01..6fea77c01 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.25.0a1" +__version__ = "0.25.0"