From 1b652bda27c4c10587b4a814d00209c03cc8721e Mon Sep 17 00:00:00 2001 From: Stoyan Petrov Date: Wed, 3 Jul 2024 12:23:13 -0700 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c15641..06a10f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.5.0] +#### Added +- Added SDK support for deleting registered WebAuthn devices from the server. [SDKS-1753] +- Added support for signing off from PingOne to the centralized login flow. [SDKS-3021] +- Added the ability to dynamically configure the SDK by collecting values from the server's OpenID Connect `.well-known` endpoint. [SDKS-3023] + +#### Fixed +- SSL pinning configuration was ignored in `FRURLProtocol` class. [SDKS-3239] + ## [4.4.1] #### Added - Added privacy manifest files to the SDK's modules [SDKS-3086]