Skip to content

Commit 6b6642b

Browse files
committed
chore: release 1.3.4
1 parent 61a177e commit 6b6642b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/changelog.rst

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

15+
1.3.4
16+
-----
17+
18+
**Released on September 21, 2025**
19+
20+
- Add size limit for deserializing JWS content.
21+
- Add size limit for decrypting JWE content.
22+
23+
1524
1.3.3
1625
-----
1726

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.3.3"
1+
__version__ = "1.3.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)