Skip to content

Commit 815c953

Browse files
authored
chore: forward port changelog from 3.6.4 (#1453)
1 parent cb12614 commit 815c953

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ All versions prior to 0.9.0 are untracked.
7878
Use `SigningContext.from_trust_config()` instead.
7979
[#1363](https://github.com/sigstore/sigstore-python/pull/1363)
8080

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+
8188
## [3.6.3]
8289

8390
### Fixed
@@ -686,7 +693,8 @@ This is a corrective release for [2.1.1].
686693

687694

688695
<!--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
690698
[3.6.3]: https://github.com/sigstore/sigstore-python/compare/v3.6.2...v3.6.3
691699
[3.6.2]: https://github.com/sigstore/sigstore-python/compare/v3.6.1...v3.6.2
692700
[3.6.1]: https://github.com/sigstore/sigstore-python/compare/v3.6.0...v3.6.1

sigstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
* `sigstore.sign`: creation of Sigstore signatures
2626
"""
2727

28-
__version__ = "3.6.3"
28+
__version__ = "3.6.4"

0 commit comments

Comments
 (0)