File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ All versions prior to 0.9.0 are untracked.
88
99## [ Unreleased]
1010
11+ ## [ 3.6.4]
12+
13+ ### Fixed
14+
15+ * Bumped the ` rfc3161-client ` dependency to ` >=1.0.3 ` to fix a security
16+ vulnerability ([ #1451 ] ( https://github.com/sigstore/sigstore-python/pull/1451 ) )
17+
1118## [ 3.6.3]
1219
1320### Fixed
@@ -616,7 +623,8 @@ This is a corrective release for [2.1.1].
616623
617624
618625<!-- Release URLs -->
619- [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.3...HEAD
626+ [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.4...HEAD
627+ [ 3.6.4 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.3...v3.6.4
620628[ 3.6.3 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.2...v3.6.3
621629[ 3.6.2 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.1...v3.6.2
622630[ 3.6.1 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.0...v3.6.1
Original file line number Diff line number Diff line change 2525* `sigstore.sign`: creation of Sigstore signatures
2626"""
2727
28- __version__ = "3.6.3 "
28+ __version__ = "3.6.4 "
You can’t perform that action at this time.
0 commit comments