File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,24 @@ Changelog
44All notable changes to this project will be documented in this file.
55This project adheres to `Semantic Versioning <https://semver.org/ >`__.
66
7- `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.0 .0...HEAD >`__
7+ `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.1 .0...HEAD >`__
88-----------------------------------------------------------------------
99
1010Changed
1111~~~~~~~
1212
13+ Fixed
14+ ~~~~~
15+
16+ Added
17+ ~~~~~
18+
19+ `v2.1.0 <https://github.com/jpadilla/pyjwt/compare/2.0.1...2.1.0 >`__
20+ --------------------------------------------------------------------
21+
22+ Changed
23+ ~~~~~~~
24+
1325- Allow claims validation without making JWT signature validation mandatory. `#608 <https://github.com/jpadilla/pyjwt/pull/608 >`__
1426
1527Fixed
Original file line number Diff line number Diff line change 2525)
2626from .jwks_client import PyJWKClient
2727
28- __version__ = "2.0.1 "
28+ __version__ = "2.1.0 "
2929
3030__title__ = "PyJWT"
3131__description__ = "JSON Web Token implementation in Python"
You can’t perform that action at this time.
0 commit comments