diff --git a/CHANGELOG.md b/CHANGELOG.md index 1178d03..65e2a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.15.0 (2023-10-01) + +### Feat + +- **autotranslate**: add channel linking, to send translations into a different channel + +### Fix + +- **sync**: defer syncing message +- **badges**: fix badges not updating and wrong emojis + +### Refactor + +- update credits, to keep it up to date + ## 1.14.0 (2023-09-28) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 836e8a7..8464d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.14.0" +version = "1.15.0" tag_format = "$version" changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b" update_changelog_on_bump = true