diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd76c4..6126d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.0.18 - 2024-03-02 +=================== + +### Fixes +- fix image synchronization + - #34 PR by @alexdetsch + 0.0.17 - 2023-12-10 =================== diff --git a/kptncook/__init__.py b/kptncook/__init__.py index 462e827..ab2613e 100644 --- a/kptncook/__init__.py +++ b/kptncook/__init__.py @@ -32,7 +32,7 @@ "export_recipes_to_paprika", ] -__version__ = "0.0.17" +__version__ = "0.0.18" cli = typer.Typer()