From a041855f4c03a72e3adefdbe6421d6bcc57efa16 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:50:20 +0000 Subject: [PATCH] Release 14.41.0 --- CHANGELOG.md | 11 +++++++++-- README.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d09bc69..f9550c1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## 14.40.0 - 2024-12-11 +## 14.41.0 - 2025-01-16 ### Added - Add workflow task id in document module inputs ### Fixed - Do not show the consent screen if consent was already granted +- Profile Data now correctly accepts 8 to 10 digit-long Kenyan ID card numbers +- fix complete endpoint call in cross device flow -## 14.39.1 - 2024-11-20 +## 14.40.0 - 2024-12-11 +### Added +- Add workflow task id in document module inputs + +### Fixed +- Do not show the consent screen if consent was already granted ## 14.39.0 - 2024-11-18 ### Added diff --git a/README.md b/README.md index cdace2ae1..44cc3264f 100644 --- a/README.md +++ b/README.md @@ -1479,7 +1479,7 @@ To do so, please contact your Onfido Solution Engineer or Customer Success Manag When using the decentralized authentication solution, by default the SDK manages biometric token storage, by storing it on local storage. The SDK also allows the clients to take control of the token lifecycle and exposes an callback to override the default implementation to read and write the token, so it can be stored on device, in cloud, in a keystore or on your premises. -**Note** that by using the callback it will prevent the SDK to store the token. +**Note** that using the callback will prevent the SDK from storing the biometric token. ```typescript Onfido.init({