diff --git a/CHANGELOG.md b/CHANGELOG.md index 827ad72..6552279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.5 (2024-05-28) + +### Fix + +- sigstore + ## v1.1.4 (2024-05-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8d56def..e0fba42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.4" +version = "1.1.5" tag_format = "v$version" [tool.cibuildwheel]