diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baccc7cd..751979036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,21 @@ 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 +### Changed + +### Removed + +### Fixed + + +## [0.26.0] - 2023-11-27 - "SRR6" release + +### Added + - Support new UDF signature: `def apply_datacube(cube: DataArray, context: dict) -> DataArray` ([#310](https://github.com/Open-EO/openeo-python-client/issues/310)) - Add `collection_property()` helper to easily build collection metadata property filters for `Connection.load_collection()` @@ -23,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Also attempt to automatically refresh OIDC access token on a `401 TokenInvalid` response (in addition to `403 TokenInvalid`) ([#508](https://github.com/Open-EO/openeo-python-client/issues/508)) - Add `Parameter.object()` factory for `object` type parameters -### Changed - ### Removed - Remove custom spectral indices "NDGI", "NDMI" and "S2WI" from "extra-indices-dict.json" diff --git a/openeo/_version.py b/openeo/_version.py index d0ba45407..7c4a9591e 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.26.0a1" +__version__ = "0.26.0"