File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-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.5 .0...HEAD >`__
7+ `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.6 .0...HEAD >`__
88-----------------------------------------------------------------------
99
1010Changed
@@ -13,7 +13,23 @@ Changed
1313Fixed
1414~~~~~
1515
16+ Added
17+ ~~~~~
18+
19+ `v2.6.0 <https://github.com/jpadilla/pyjwt/compare/2.5.0...2.6.0 >`__
20+ -----------------------------------------------------------------------
21+
22+ Changed
23+ ~~~~~~~
24+
25+ - bump up cryptography >= 3.4.0 by @jpadilla in `#807 <https://github.com/jpadilla/pyjwt/pull/807 >`_
26+ - Remove `types-cryptography ` from `crypto ` extra by @lautat in `#805 <https://github.com/jpadilla/pyjwt/pull/805 >`_
27+
28+ Fixed
29+ ~~~~~
30+
1631- Invalidate token on the exact second the token expires `#797 <https://github.com/jpadilla/pyjwt/pull/797 >`_
32+ - fix: version 2.5.0 heading typo by @c0state in `#803 <https://github.com/jpadilla/pyjwt/pull/803 >`_
1733
1834Added
1935~~~~~
Original file line number Diff line number Diff line change 2626)
2727from .jwks_client import PyJWKClient
2828
29- __version__ = "2.5 .0"
29+ __version__ = "2.6 .0"
3030
3131__title__ = "PyJWT"
3232__description__ = "JSON Web Token implementation in Python"
You can’t perform that action at this time.
0 commit comments