diff --git a/.cz.toml b/.cz.toml index bc3e63756..e04a18f1a 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.4.5" +version = "0.5.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4ba8aa5..0300f7e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.0 (2024-10-02) + +### Feat + +- allow multiple macaroons with the same id + ## v0.4.5 (2024-10-02) ### Fix