diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9a671..9a6650d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## Release 0.8.9 (2021-09-20T13:27:09) +### Features +* Fix the dependency issues + ## Release 0.8.8 (2021-09-14T19:39:48) ### Features * Update of the dependencies diff --git a/app.py b/app.py index 98c4550..8c4ec8e 100755 --- a/app.py +++ b/app.py @@ -29,7 +29,7 @@ init_logging() _LOGGER = logging.getLogger("thoth.graph_backup_job") -__version__ = "0.8.8" +__version__ = "0.8.9" __component_version__ = f"{__version__}+thoth_storage.{__storages__version__}" KNOWLEDGE_GRAPH_HOST = os.getenv("KNOWLEDGE_GRAPH_HOST", "localhost") KNOWLEDGE_GRAPH_PORT = os.getenv("KNOWLEDGE_GRAPH_PORT", "5432")