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 @@ -78,6 +78,13 @@ All versions prior to 0.9.0 are untracked.
78
78
Use ` SigningContext.from_trust_config() ` instead.
79
79
[ #1363 ] ( https://github.com/sigstore/sigstore-python/pull/1363 )
80
80
81
+ ## [ 3.6.4]
82
+
83
+ ### Fixed
84
+
85
+ * Bumped the ` rfc3161-client ` dependency to ` >=1.0.3 ` to fix a security
86
+ vulnerability ([ #1451 ] ( https://github.com/sigstore/sigstore-python/pull/1451 ) )
87
+
81
88
## [ 3.6.3]
82
89
83
90
### Fixed
@@ -686,7 +693,8 @@ This is a corrective release for [2.1.1].
686
693
687
694
688
695
<!-- Release URLs -->
689
- [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.3...HEAD
696
+ [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.4...HEAD
697
+ [ 3.6.4 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.3...v3.6.4
690
698
[ 3.6.3 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.2...v3.6.3
691
699
[ 3.6.2 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.1...v3.6.2
692
700
[ 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 25
25
* `sigstore.sign`: creation of Sigstore signatures
26
26
"""
27
27
28
- __version__ = "3.6.3 "
28
+ __version__ = "3.6.4 "
You can’t perform that action at this time.
0 commit comments