diff --git a/CHANGELOG.md b/CHANGELOG.md index f748748a4..4f8908736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/liblaf/ai-commit-cli/compare/v0.7.0...v0.7.1) (2024-02-22) + + +### Bug Fixes + +* **ai_commit_cli/prompt:** update prompt message for determining scope ([142871d](https://github.com/liblaf/ai-commit-cli/commit/142871d44d66ceae2c07f1697dcd6bb4e6610020)) + ## [0.7.0](https://github.com/liblaf/ai-commit-cli/compare/v0.6.1...v0.7.0) (2024-02-04) ### Features diff --git a/pyproject.toml b/pyproject.toml index 1aff9124a..2a36936cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["liblaf "] description = "A CLI that writes your git commit messages for you with AI" name = "ai-commit-cli" readme = "README.md" -version = "0.7.0" +version = "0.7.1" [tool.poetry.dependencies] httpx = { extras = ["socks"], version = "^0.26.0" }