Skip to content

Commit 2da96f8

Browse files
committed
chore: release 1.0.2
1 parent bfff3c1 commit 2da96f8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@ Changelog
1212
.. module:: joserfc
1313
:noindex:
1414

15+
1.0.2
16+
-----
17+
18+
**Released on Jan 20, 2025**
19+
20+
- Support import key from a certificate pem file.
21+
1522
1.0.1
1623
-----
1724

1825
**Released on December 3, 2024**
1926

20-
- Throw an error on non-valid base64 strings
27+
- Throw an error on non-valid base64 strings.
2128

2229
1.0.0
2330
-----

docs/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Here is the process when we have received a security report:
2828
Previous CVEs
2929
-------------
3030

31-
Waiting...
31+
- CVE-2024-37568: fixed in 0.11.0

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

0 commit comments

Comments
 (0)