diff --git a/CHANGELOG.md b/CHANGELOG.md index 675c9bfa..d6832e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.7.1 (2023-01-31) + +### Fix + +- **auto_translate**: fix translation not being send inside thread if the original message was inside a thread +- **i18n**: updated German (#17) + +### Refactor + +- **topic**: update topics, add warning if invalid topic id +- **ban_game**: remove `ban_game` command + ## 1.7.0 (2023-01-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 0760f2fc..fea642c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.7.0" +version = "1.7.1" tag_format = "$version" changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b" update_changelog_on_bump = true