diff --git a/CHANGELOG.md b/CHANGELOG.md index d6832e10..f60d2735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.7.2 (2023-02-02) + +### Fix + +- **autojoinroles**: fix permission check when owner +- **auto_translate**: hotfix default style not working + +### Refactor + +- **topic**: better warning if index out of range + +### Perf + +- improve startup time + ## 1.7.1 (2023-01-31) ### Fix diff --git a/pyproject.toml b/pyproject.toml index fea642c6..00716782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.7.1" +version = "1.7.2" tag_format = "$version" changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b" update_changelog_on_bump = true