Skip to content

Commit 2dcbdca

Browse files
Merge pull request #80 from okta/v0.2.8-release
V0.2.8 Release changes
2 parents 8cee232 + 183c10c commit 2dcbdca

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.8
4+
- Updated version of setuptools to 70.0.0
5+
36
## v0.2.3
47
- Verify claims before signature, issue #34
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.6'
5+
__version__ = '0.2.8'
66

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

0 commit comments

Comments
 (0)