From 5664afb81ce9f1cc657a2f79f35298a30fb1b385 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 May 2024 22:47:53 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.3=20=E2=86=92=201.1.4?= 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 6ede252..827ad72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.4 (2024-05-28) + +### Fix + +- sigstore + ## v1.1.3 (2024-05-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0a1c224..8d56def 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ testpaths = ["tests/python"] [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.3" +version = "1.1.4" tag_format = "v$version" [tool.cibuildwheel]