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'