From 55fae996b1c741947fe54c19f7b13e030e606ef9 Mon Sep 17 00:00:00 2001 From: BinoyOza-okta Date: Wed, 30 Apr 2025 17:23:01 +0530 Subject: [PATCH] - Release changelog and version changes. --- CHANGELOG.md | 3 +++ okta/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1668d97..f04d302bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Okta Python SDK Changelog +## 2.9.13 +* Expire and renew the access token when using OAuth 2.0 + ## 2.9.12 * Reduce JWT Token Expiration time diff --git a/okta/__init__.py b/okta/__init__.py index 2e799672a..00842cfa8 100644 --- a/okta/__init__.py +++ b/okta/__init__.py @@ -1 +1 @@ -__version__ = '2.9.12' +__version__ = '2.9.13'