Skip to content

Commit dd952eb

Browse files
authored
chore: prep release v3.6.4 (sigstore#1452)
1 parent 1586361 commit dd952eb

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
@@ -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

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)