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.
8
8
9
9
## [ Unreleased]
10
10
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
+
11
18
## [ 3.6.3]
12
19
13
20
### Fixed
@@ -616,7 +623,8 @@ This is a corrective release for [2.1.1].
616
623
617
624
618
625
<!-- 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
620
628
[ 3.6.3 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.2...v3.6.3
621
629
[ 3.6.2 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.1...v3.6.2
622
630
[ 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