Skip to content

Commit 72ad55f

Browse files
committed
bump version
1 parent 22ba132 commit 72ad55f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,23 @@ Fixed
1616
Added
1717
~~~~~
1818

19+
`v2.8.0 <https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0>`__
20+
-----------------------------------------------------------------------
21+
22+
Changed
23+
~~~~~~~
24+
25+
- Update python version test matrix by @auvipy in `#895 <https://github.com/jpadilla/pyjwt/pull/895>`__
26+
27+
Fixed
28+
~~~~~
29+
30+
Added
31+
~~~~~
32+
1933
- Add ``strict_aud`` as an option to ``jwt.decode`` by @woodruffw in `#902 <https://github.com/jpadilla/pyjwt/pull/902>`__
34+
- Export PyJWKClientConnectionError class by @daviddavis in `#887 <https://github.com/jpadilla/pyjwt/pull/887>`__
35+
- Allows passing of ssl.SSLContext to PyJWKClient by @juur in `#891 <https://github.com/jpadilla/pyjwt/pull/891>`__
2036

2137
`v2.7.0 <https://github.com/jpadilla/pyjwt/compare/2.6.0...2.7.0>`__
2238
-----------------------------------------------------------------------

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828
from .jwks_client import PyJWKClient
2929

30-
__version__ = "2.7.0"
30+
__version__ = "2.8.0"
3131

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

0 commit comments

Comments
 (0)