From 019879e89297bb7fcff44d9650a08df649facff7 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Thu, 23 Mar 2023 17:55:11 +0100 Subject: [PATCH] Issue #95 bump version to 0.8.0 and changelog entry --- CHANGELOG.md | 14 +++++++++++++- src/openeo_aggregator/about.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b78494..d474fec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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.7.x] +## [Current: 0.8.x] + +### Added + +- Initial, experimental (client-side) proof of concept for cross-backend processing + ([#95](https://github.com/Open-EO/openeo-aggregator/issues/95)) + +### Changed + +### Fixed + + +## [0.7.x] ### Added diff --git a/src/openeo_aggregator/about.py b/src/openeo_aggregator/about.py index 45c9442a..3ab76bf4 100644 --- a/src/openeo_aggregator/about.py +++ b/src/openeo_aggregator/about.py @@ -1 +1 @@ -__version__ = "0.7.4a1" +__version__ = "0.8.0a1"