Skip to content

Commit 37748dc

Browse files
committed
update changelog
1 parent 33022c2 commit 37748dc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ Changelog
44
All notable changes to this project will be documented in this file.
55
This project adheres to `Semantic Versioning <https://semver.org/>`__.
66

7-
`Unreleased <https://github.com/jpadilla/pyjwt/compare/2.10.0...HEAD>`__
7+
`Unreleased <https://github.com/jpadilla/pyjwt/compare/2.10.1...HEAD>`__
88
------------------------------------------------------------------------
99

1010

11+
`v2.10.1 <https://github.com/jpadilla/pyjwt/compare/2.10.0...2.10.1>`__
12+
-----------------------------------------------------------------------
13+
14+
15+
Fixed
16+
~~~~~
17+
18+
- Prevent partial matching of `iss` claim by @fabianbadoi in `GHSA-75c5-xw7c-p5pm <https://github.com/jpadilla/pyjwt/security/advisories/GHSA-75c5-xw7c-p5pm>`__
19+
1120

1221
`v2.10.0 <https://github.com/jpadilla/pyjwt/compare/2.9.0...2.10.0>`__
1322
-----------------------------------------------------------------------

jwt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828
from .jwks_client import PyJWKClient
2929

30-
__version__ = "2.10.0"
30+
__version__ = "2.10.1"
3131

3232
__title__ = "PyJWT"
3333
__description__ = "JSON Web Token implementation in Python"

0 commit comments

Comments
 (0)