Skip to content

Commit

Permalink
Issue #142 add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jun 12, 2024
1 parent d2052d6 commit 2c96297
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 0.35.0

- Start with `openeo-aggregator` docs, hosted with GitHub Pages at https://open-eo.github.io/openeo-aggregator/ ([#142](https://github.com/Open-EO/openeo-aggregator/issues/142))

## 0.34.0

- Also support `job_options_update` to inject job options in synchronous processing requests ([#135](https://github.com/Open-EO/openeo-aggregator/issues/135), eu-cdse/openeo-cdse-infra#114)
Expand Down
2 changes: 1 addition & 1 deletion src/openeo_aggregator/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from typing import Optional

__version__ = "0.34.2a1"
__version__ = "0.35.0a1"


def log_version_info(logger: Optional[logging.Logger] = None):
Expand Down

0 comments on commit 2c96297

Please sign in to comment.