Skip to content

Commit a43bd2f

Browse files
Merge pull request #36 from okta/bump_version
Bump version, 0.2.2 -> 0.2.3
2 parents 52ead0b + b1c2642 commit a43bd2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.3
4+
- Verify claims before signature, issue #34
5+
36
## v0.2.2
47
- Remove deprecation warning from IDTokenVerifier, add missing fix in v0.2.1
58

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.2'
5+
__version__ = '0.2.3'
66

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

0 commit comments

Comments
 (0)