Skip to content

Commit

Permalink
Bump version, 0.2.2 -> 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiibuniak-okta committed Nov 11, 2021
1 parent ef370eb commit 0068692
Show file tree
Hide file tree
Showing 3 changed files with 5 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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def get_version():
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 0068692

Please sign in to comment.