Skip to content

Commit

Permalink
Merge pull request #36 from okta/bump_version
Browse files Browse the repository at this point in the history
Bump version, 0.2.2 -> 0.2.3
  • Loading branch information
serhiibuniak-okta authored Nov 16, 2021
2 parents 52ead0b + b1c2642 commit a43bd2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OKTA JWT Verifier Changelog

## v0.2.3
- Verify claims before signature, issue #34

## v0.2.2
- Remove deprecation warning from IDTokenVerifier, add missing fix in v0.2.1

Expand Down
2 changes: 1 addition & 1 deletion okta_jwt_verifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Allow to verify JWT locally
"""
__version__ = '0.2.2'
__version__ = '0.2.3'

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

0 comments on commit a43bd2f

Please sign in to comment.