Skip to content

Commit cfa81c9

Browse files
committed
chore: release 1.0.3
1 parent d6a4819 commit cfa81c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

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

15+
1.0.3
16+
-----
17+
18+
**Released on Feb 6, 2025**
19+
20+
- Allow using sha256, sha384, sha512 hash functions in thumbprint (RFC7638).
21+
1522
1.0.2
1623
-----
1724

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.0.2"
1+
__version__ = "1.0.3"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <[email protected]>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)