Skip to content

Commit c7dfd05

Browse files
committed
Updated version number for the ForgeRock 4.8.6 release (#522)
1 parent 63b093b commit c7dfd05

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## [Unreleased]
1+
## [4.8.6]
2+
23
#### Fixed
34
- Fixed an issue where selecting the wrong number in a Push Number Challenge returned a generic error instead of a distinct exception [SDKS-5114]
5+
- Fixed an issue where the custom device name provided during WebAuthn registration was ignored when `supportsJsonResponse` is enabled. [SDKS-5096]
6+
- Added configurable `authenticationValidityDuration` to `DeviceBindingCallback` and `DeviceSigningVerifierCallback`, allowing the biometric key authorization window to be extended beyond the default 5 seconds. [SDKS-5120]
47

58
## [4.8.5]
69

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ org.gradle.jvmargs=-Xmx1536m
2222
kotlin.code.style=official
2323
android.useAndroidX=true
2424
GROUP=org.forgerock
25-
VERSION=4.8.5
26-
VERSION_CODE=32
25+
VERSION=4.8.6
26+
VERSION_CODE=33
2727
android.nonTransitiveRClass=false
2828
android.nonFinalResIds=false
2929
android.suppressUnsupportedCompileSdk=35

0 commit comments

Comments
 (0)