Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading