From 8f84a5c5b78d9ba2923eafcbd85f8a50db6af6e3 Mon Sep 17 00:00:00 2001 From: Stoyan Petrov Date: Tue, 16 Jun 2026 08:51:18 -0700 Subject: [PATCH] Updated version number for the ForgeRock 4.8.6 release --- CHANGELOG.md | 5 ++++- gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c818594e..6517a4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## [Unreleased] +## [4.8.5] + #### Fixed - Fixed an issue where selecting the wrong number in a Push Number Challenge returned a generic error instead of a distinct exception [SDKS-5114] +- Fixed an issue where the custom device name provided during WebAuthn registration was ignored when `supportsJsonResponse` is enabled. [SDKS-5096] + - Added configurable `authenticationValidityDuration` to `DeviceBindingCallback` and `DeviceSigningVerifierCallback`, allowing the biometric key authorization window to be extended beyond the default 5 seconds. [SDKS-5120] ## [4.8.5] diff --git a/gradle.properties b/gradle.properties index 9f22fd7c..2da9997d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,8 @@ org.gradle.jvmargs=-Xmx1536m kotlin.code.style=official android.useAndroidX=true GROUP=org.forgerock -VERSION=4.8.5 -VERSION_CODE=32 +VERSION=4.8.6 +VERSION_CODE=33 android.nonTransitiveRClass=false android.nonFinalResIds=false android.suppressUnsupportedCompileSdk=35 \ No newline at end of file