diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e430bc..37d1bedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Okta Python SDK Changelog +## 2.90.8 +* Add signed_nonce UserFactor type + +## 2.9.7 +* Remove ecdsa dependency + ## 2.9.5 * Clear access token from cache on call to OAuth.clear_access_token() diff --git a/okta/__init__.py b/okta/__init__.py index 8a93c15a..0ddba430 100644 --- a/okta/__init__.py +++ b/okta/__init__.py @@ -1 +1 @@ -__version__ = '2.9.7' +__version__ = '2.9.8'