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
4
4
All notable changes to this project will be documented in this file.
5
5
This project adheres to `Semantic Versioning <https://semver.org/ >`__.
6
6
7
- `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.5 .0...HEAD >`__
7
+ `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.6 .0...HEAD >`__
8
8
-----------------------------------------------------------------------
9
9
10
10
Changed
@@ -13,7 +13,23 @@ Changed
13
13
Fixed
14
14
~~~~~
15
15
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
+
16
31
- 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 >`_
17
33
18
34
Added
19
35
~~~~~
Original file line number Diff line number Diff line change 26
26
)
27
27
from .jwks_client import PyJWKClient
28
28
29
- __version__ = "2.5 .0"
29
+ __version__ = "2.6 .0"
30
30
31
31
__title__ = "PyJWT"
32
32
__description__ = "JSON Web Token implementation in Python"
You can’t perform that action at this time.
0 commit comments