Skip to content

Commit f675677

Browse files
committed
chore: release 1.6.1
1 parent 4b53a8e commit f675677

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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.6.1
16+
-----
17+
18+
**Released on December 30, 2025**
19+
20+
- Deprecate ``InvalidTokenError``, please use ``InvalidClaimError`` instead.
21+
- Convert ``ExpiredTokenError`` to inherit from ``ClaimError``.
22+
- Improve on type hints.
23+
1524
1.6.0
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.6.0"
1+
__version__ = "1.6.1"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <me@lepture.com>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)