From 0cef2cbca906146f4bde1e736429e875e90103c5 Mon Sep 17 00:00:00 2001 From: Mike Mondragon Date: Thu, 16 Jun 2022 13:09:56 -0700 Subject: [PATCH] Prep CHANGELOG for v2.13.0 release. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d0a50..7326be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog Running changelog of releases since `2.2.3` +## 2.13.0 + +### Additions + + - Added properties `host`, `integrationKey`, and `secretKey` to `AuthenticatorProviderConfiguration` model to support Duo Authenticator [#134](https://github.com/okta/okta-management-openapi-spec/pull/134) + +### Bug Fixes + + - Renamed query parameter `search` to `filter` on `GET /api/v1/groups` endpoint [#138](https://github.com/okta/okta-management-openapi-spec/pull/138) + ## 2.12.0 - Adds model `IframeEmbedScopeAllowedApps` - Updates `ScopeType` to include option `IFRAME_EMBED`