diff --git a/CHANGELOG.md b/CHANGELOG.md index 6126d07..9a4b149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.0.19 - 2024-03-12 +=================== + +### Fixes +- fix json for paprika export + - #35 PR by @ton-An + 0.0.18 - 2024-03-02 =================== diff --git a/kptncook/__init__.py b/kptncook/__init__.py index ab2613e..e33ba6f 100644 --- a/kptncook/__init__.py +++ b/kptncook/__init__.py @@ -32,7 +32,7 @@ "export_recipes_to_paprika", ] -__version__ = "0.0.18" +__version__ = "0.0.19" cli = typer.Typer()