diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4715be6..77c0d29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.4" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af45c6..50e5af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/varfish-org/varfish-cli/compare/v0.6.4...v0.7.0) (2024-11-08) + + +### Features + +* add index option to case import ([#136](https://github.com/varfish-org/varfish-cli/issues/136)) ([e418c74](https://github.com/varfish-org/varfish-cli/commit/e418c740155f0bbd81c3137fc4db910c9794c636)) + ## [0.6.4](https://github.com/varfish-org/varfish-cli/compare/v0.6.3...v0.6.4) (2024-11-06) diff --git a/varfish_cli/version.py b/varfish_cli/version.py index 364e7ba..49e0fc1 100644 --- a/varfish_cli/version.py +++ b/varfish_cli/version.py @@ -1 +1 @@ -__version__ = "0.6.4" +__version__ = "0.7.0"