From 4f823b49f6903f6c71703049bb7141d5329b0a80 Mon Sep 17 00:00:00 2001 From: Bryan Apellanes <63638027+bryanapellanes-okta@users.noreply.github.com> Date: Thu, 24 Aug 2023 08:36:35 -0500 Subject: [PATCH] Release v2.9.3 (#367) --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 -- okta/__init__.py | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe1dc9f..659f365b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Okta Python SDK Changelog +## 2.9.3 +* Add missing properties to applicationsettingsapplication per the reference docs: https://developer.okta.com/docs/reference/api/apps/#settings-4 +* Add signed_nonce factor type per the reference docs: https://developer.okta.com/docs/reference/api/factors/#factor-type + +## 2.9.2 +* Add missing dependency in setup.py by @justinabrokwah-okta in https://github.com/okta/okta-sdk-python/pull/351 +* Update __init__.py by @bretterer in https://github.com/okta/okta-sdk-python/pull/352 + +## 2.9.1 +* fixing okta icon image url by @BarondeCharlus in https://github.com/okta/okta-sdk-python/pull/323 +* Update README.md by @omidraha in https://github.com/okta/okta-sdk-python/pull/310 +* Update README.md by @glebinsky in https://github.com/okta/okta-sdk-python/pull/321 +* Update README.md by @scheblein in https://github.com/okta/okta-sdk-python/pull/300 +* update HTTPError, OktaAPIError to call Error base class constructor by @andyj29 in https://github.com/okta/okta-sdk-python/pull/319 +* Update type checking in jwt.py to use isinstance synxtax for consistency by @andyj29 in https://github.com/okta/okta-sdk-python/pull/320 +* pagination should be easier by @gabrielsroka in https://github.com/okta/okta-sdk-python/pull/328 +* Update next by @bretterer in https://github.com/okta/okta-sdk-python/pull/348 +* Update version number by @bretterer in https://github.com/okta/okta-sdk-python/pull/349 + ## v2.9.0 * Addressed a number of open issues regarding SDK * Allow overwriting of default HTTP headers diff --git a/README.md b/README.md index 3088268b..080086ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ [](https://devforum.okta.com/) -[![Build Status](https://img.shields.io/travis/okta/okta-sdk-python.svg?logo=travis)](https://travis-ci.org/okta/okta-sdk-python) -![Beta Release](https://img.shields.io/badge/Beta-Upcoming-inactive.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Support](https://img.shields.io/badge/support-Developer%20Forum-blue.svg)][devforum] diff --git a/okta/__init__.py b/okta/__init__.py index c0d35b3f..4ef1be1f 100644 --- a/okta/__init__.py +++ b/okta/__init__.py @@ -1 +1 @@ -__version__ = '2.9.2' +__version__ = '2.9.3'