diff --git a/CHANGELOG.md b/CHANGELOG.md index 704f84f94..7d1c85813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +### Fixed + + +## [0.9.2] - 2022-01-14 + +### Added + - Add experimental support for `chunk_polygon` process ([Open-EO/openeo-processes#287](https://github.com/Open-EO/openeo-processes/issues/287)) - Add support for `spatial_extent`, `temporal_extent` and `bands` to `Connection.load_result()` - Setting the environment variable `OPENEO_BASEMAP_URL` allows to set a new templated URL to a XYZ basemap for the Vue Components library, `OPENEO_BASEMAP_ATTRIBUTION` allows to set the attribution for the basemap ([#260](https://github.com/Open-EO/openeo-python-client/issues/260)) @@ -17,13 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Automatically print batch job logs when job doesn't finish successfully (using `execute_batch/run_synchronous/start_and_wait`). -### Changed - -### Removed - -### Fixed - - ## [0.9.1] - 2021-11-16 ### Added diff --git a/openeo/_version.py b/openeo/_version.py index b76625032..1f0478037 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = '0.9.2a2' +__version__ = '0.9.2'