diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e6e18..e358c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.1 (2023-04-24) + +### Fix + +- make entrypoint name the name of the plugin + ## v0.4.0 (2023-04-24) ### Feat diff --git a/pyproject.toml b/pyproject.toml index ed555e1..c87d2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cz_nhm" -version = "0.4.0" +version = "0.4.1" description = "Commitizen config for the NHM, London" readme = "README.md" license = { text = "MIT" } @@ -48,7 +48,7 @@ make-summary-multi-line = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.4.0" +version = "0.4.1" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = false