diff --git a/CHANGELOG.md b/CHANGELOG.md index c03d9d7..1baa6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.2 (2023-12-21) + +### Fix + +- parent should be really optional + ## v1.4.1 (2023-12-19) ### Feat diff --git a/pyproject.toml b/pyproject.toml index c8b6a41..60f0dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ warn_unused_ignores = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.1" +version = "1.4.2" changelog_start_rev = "0.15.0" tag_format = "v$version" update_changelog_on_bump = true