From 4e85a9d9d4af97c2d75488ece1f09b37689a0847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 May 2024 23:55:39 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.5=20=E2=86=92=201.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]