Skip to content

Commit d4c83ab

Browse files
authored
Prepare 4.4 release (#1813)
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 7734e1f commit d4c83ab

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

11+
## [4.4.0]
12+
13+
### Changed
14+
15+
* `sigstore` no longer limits the upper-bound of `cryptography` in order
16+
to be less disruptive to downstream integrators.
17+
([#1811](https://github.com/sigstore/sigstore-python/pull/1811))
18+
1119
### Fixed
1220

1321
* Fixed generation of invalid CSRs when the identity is not ASCII (for
1422
example a GitHub Actions `sub` claim containing a non-ASCII environment
15-
name). The identity was embedded as an ASCII-only IA5String email
16-
attribute, producing malformed DER that Fulcio rejected with HTTP 400.
17-
The CSR subject is unused by Fulcio, so it is now omitted entirely
23+
name). The CSR subject is unused by Fulcio, so it is now omitted entirely
1824
([#1507](https://github.com/sigstore/sigstore-python/issues/1507))
1925

2026
## [4.3.0]

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__ = "4.3.0"
28+
__version__ = "4.4.0"

0 commit comments

Comments
 (0)