diff --git a/CHANGELOG.md b/CHANGELOG.md index 77adeb3..6ede252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.1.3 (2024-05-28) + +### Fix + +- ci activation rules +- ci activation rules + ## v1.1.2 (2024-05-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 4b8722f..0a1c224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.2" +version = "1.1.3" tag_format = "v$version" [tool.cibuildwheel]