Skip to content

Commit

Permalink
release: prep 1.1.2 (#621)
Browse files Browse the repository at this point in the history
* sigstore: 1.1.2

Signed-off-by: William Woodruff <william@trailofbits.com>

* CHANGELOG: record changes

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored Apr 22, 2023
1 parent 01084f0 commit f2123ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sigstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
* `sigstore.sign`: creation of Sigstore signatures
"""

__version__ = "1.1.2rc1"
__version__ = "1.1.2"

0 comments on commit f2123ba

Please sign in to comment.