File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.1 .0...HEAD >`__
7+ `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.3 .0...HEAD >`__
88-----------------------------------------------------------------------
99
1010Changed
1616Added
1717~~~~~
1818
19+ `v2.3.0 <https://github.com/jpadilla/pyjwt/compare/2.2.0...2.3.0 >`__
20+ -----------------------------------------------------------------------
21+
22+ Fixed
23+ ~~~~~
24+
25+ - Revert "Remove arbitrary kwargs." `#701 <https://github.com/jpadilla/pyjwt/pull/701 >`__
26+
27+ Added
28+ ~~~~~
29+
30+ - Add exception chaining `#702 <https://github.com/jpadilla/pyjwt/pull/702 >`__
31+
1932`v2.2.0 <https://github.com/jpadilla/pyjwt/compare/2.1.0...2.2.0 >`__
2033-----------------------------------------------------------------------
2134
Original file line number Diff line number Diff line change 2525)
2626from .jwks_client import PyJWKClient
2727
28- __version__ = "2.2 .0"
28+ __version__ = "2.3 .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