From f500b330b9c2c4ee90cba2c9d0d2e0e80808ec31 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Mon, 11 Sep 2023 12:00:13 +0200 Subject: [PATCH] Issue #115 bump to version 0.9.0a1 --- CHANGELOG.md | 17 ++++++++++++++++- src/openeo_aggregator/about.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf98eab..b36c4b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file. The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Current: 0.8.x] + +## [Current: 0.9.x] + + +### Added + +- Initial aggregator-level implementation of cross-backend processing + ([#115](https://github.com/Open-EO/openeo-aggregator/issues/115)) + + +### Changed + +### Fixed + + +## [0.8.x] ### Added diff --git a/src/openeo_aggregator/about.py b/src/openeo_aggregator/about.py index 6e579fac..a032b4b1 100644 --- a/src/openeo_aggregator/about.py +++ b/src/openeo_aggregator/about.py @@ -1 +1 @@ -__version__ = "0.8.5a1" +__version__ = "0.9.0a1"