diff --git a/.cz.toml b/.cz.toml index bc21abc..800dbb8 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.5.0" +version = "1.5.1" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f81064..21ba7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.5.1 (2024-05-02) + +### Fix + +- remove init flagset +- exposed AllowPair fields +- remove init function + ## v1.5.0 (2024-05-01) ### Feat