From 6c37e68ab726359ef799491aefc4624d4d78c773 Mon Sep 17 00:00:00 2001 From: Machine User Date: Sat, 12 Oct 2024 05:43:52 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 7bed008..4167f94 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.0" +version = "0.4.0" tag_format = "v$version" bump_message = "bump: version $current_version → $new_version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 0442a32..7522965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.0 (2024-10-12) + +### Feat + +- update keycloak to 26.0.0 + ## v0.3.0 (2023-05-28) ### Feat