From 61a1aef0ad7cb8d48c64905586ad35652fae4a44 Mon Sep 17 00:00:00 2001 From: Pukimaa Date: Sun, 1 Oct 2023 14:57:18 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.14.0=20=E2=86=92=201.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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