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