From f2123ba8f11a0b46481fe1927ababf2d4c612d91 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 22 Apr 2023 16:24:00 -0600 Subject: [PATCH] release: prep 1.1.2 (#621) * sigstore: 1.1.2 Signed-off-by: William Woodruff * CHANGELOG: record changes Signed-off-by: William Woodruff --------- Signed-off-by: William Woodruff --- CHANGELOG.md | 9 +++++++++ sigstore/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299b401f..fe10486a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ All versions prior to 0.9.0 are untracked. ## [Unreleased] +## [1.1.2] + +### Fixed + +* Updated the `staging-root.json` for recent changes to the Sigstore staging + instance ([#602](https://github.com/sigstore/sigstore-python/pull/602)) +* Switched TUF requests to their CDN endpoints, rather than direct GCS + access ([#609](https://github.com/sigstore/sigstore-python/pull/609)) + ## [1.1.1] ### Added diff --git a/sigstore/__init__.py b/sigstore/__init__.py index 26761a1d..321c9f5d 100644 --- a/sigstore/__init__.py +++ b/sigstore/__init__.py @@ -25,4 +25,4 @@ * `sigstore.sign`: creation of Sigstore signatures """ -__version__ = "1.1.2rc1" +__version__ = "1.1.2"