Skip to content

Commit 6ae237e

Browse files
committed
chore: release 1.6.4
1 parent 3f1c8b8 commit 6ae237e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Changelog
1212
.. module:: joserfc
1313
:noindex:
1414

15+
1.6.4
16+
-----
17+
18+
**Released on April 13, 2026**
19+
20+
- **JWE**: remove ``InvalidCEKLengthError``.
21+
- **JWK**: fix ``ECKey`` serialization.
22+
1523
1.6.3
1624
-----
1725

src/joserfc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.3"
1+
__version__ = "1.6.4"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <me@lepture.com>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)