Skip to content

Commit 52c6ffd

Browse files
committed
chore: release 1.6.2
1 parent 3b36720 commit 52c6ffd

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.2
16+
-----
17+
18+
**Released on February 16, 2026**
19+
20+
- **JWE**: Auto add ``kid`` to recipient.
21+
- **JWE**: Use ``DeflateZipModel.MAX_SIZE`` to determine size limit.
22+
1523
1.6.1
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.1"
1+
__version__ = "1.6.2"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <me@lepture.com>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)