Skip to content

Commit ef370eb

Browse files
Merge pull request #33 from okta/bump_version
Bump version, 0.2.1 -> 0.2.2, update README
2 parents e4e72d2 + 4690446 commit ef370eb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OKTA JWT Verifier Changelog
22

3+
## v0.2.2
4+
- Remove deprecation warning from IDTokenVerifier, add missing fix in v0.2.1
5+
36
## v0.2.1
47
- Fix passing timeout parameter to cached session, issue #22
58
- Fix verify_expiration method, issue #24

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[<img src="https://aws1.discourse-cdn.com/standard14/uploads/oktadev/original/1X/0c6402653dfb70edc661d4976a43a46f33e5e919.png" align="right" width="256px"/>](https://devforum.okta.com/)
22
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
33
[![Support](https://img.shields.io/badge/support-Developer%20Forum-blue.svg)](https://devforum.okta.com/)
4+
[![PyPI](https://img.shields.io/pypi/v/okta-jwt-verifier)](https://pypi.org/project/okta-jwt-verifier/)
45
[![Code Style](https://img.shields.io/badge/Code%20Style-flake8-informational.svg)](https://flake8.pycqa.org)
56

67
# Okta JWT Verifier for Python

okta_jwt_verifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Allow to verify JWT locally
44
"""
5-
__version__ = '0.2.1'
5+
__version__ = '0.2.2'
66

77
from .jwt_verifier import BaseJWTVerifier, JWTVerifier, AccessTokenVerifier, IDTokenVerifier # noqa
88
from .jwt_utils import JWTUtils # noqa

0 commit comments

Comments
 (0)