diff --git a/CHANGELOG.md b/CHANGELOG.md index aea9da1..992119b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## Release 0.10.0 (2022-09-21T20:11:56) +* c136418 Use volume mount path to store the backup +* d3305c4 :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment +* 2332856 :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment +* a4bfb15 :ship: Bump up base image initialized in CI. +* ba9c07a :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment + ## Release 0.9.3 (2022-08-23T02:50:33) * 09011fd :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment (#235) * 369064a :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment diff --git a/app.py b/app.py index 963b670..acc5337 100755 --- a/app.py +++ b/app.py @@ -29,7 +29,7 @@ init_logging() _LOGGER = logging.getLogger("thoth.graph_backup_job") -__version__ = "0.9.3" +__version__ = "0.10.0" __component_version__ = f"{__version__}+thoth_storage.{__storages__version__}" COMPONENT_NAME = "graph-backup-job"