### 2.0.1 (Dec 25th 2025)
- Fix `Invalid Bundle - The bundle contains disallowed nested bundles` when uploading .ipa to AppStore on iOS.
- Removed Sentry binding project and added Sentry nuget package(v5.0.0) on Android.

### 2.0.0 (October 21st 2025)
- Added 3 new modules `IdFront`, `IdBack` and `ProcessId`.
- `OnboardingConfiguration` replaced with `OnboardingSessionConfiguration`, which now has two additional fields `token` and `externalId`.
- `OnboardingFlowConfiguration` removed properties `FaceMatchParameters` and `IdScanCallback`. Added new properties `IdFrontScanParameters`, `IdBackScanParameters`, `IdFrontScanCallback`, `IdBackScanCallback` and `IdProcessCallback`.
- `OnboardingFlowConfiguration` method `AddIdScan` now has 3 optional callback parameters `idFrontScanCallback`, `idBackScanCallback` and `idProcessCallback`.
- `OnboardingFlowConfiguration` added methods `AddIdFrontScan`, `AddIdBackScan` and `AddProcessId`.
- `OnboardingFlowConfiguration` in method `AddFaceMatch`, parameter `faceMatchParams` is removed.
- `Init` method is taking one more optional parameter `disableJailbreak`, which disables specified checks for the iOS platform.
- `StartOnboarding` method is now taking 2 parameters `sessionConfig` and `flowConfig`.
- `SetOnboardingSession` and `CreateNewOnboardingSession` methods are replaced with `SetupOnboardingSession` method that accepts `sessionConfig` param of type `OnboardingSessionConfiguration`.
- `StartOnboardingSection` method `interviewId` parameter is removed.
- `VerifyFace` method `customerToken` parameter is removed, and the result is now `VerifyFaceResult` type instead of `SelfieScanResult`.
- `IdValidationResult` type is removed and 3 separate result types are introduced `IdFrontScanResult`, `IdBackScanResult` and `IdProcessResult`.
- `FaceMatchParams` type is removed.

Using iOS 5.37.0, Android 5.38.0 and .Net 9.0

### 1.4.7 (Jan 10th 2025)
Using iOS 1.4.5x, Android 5.32.1 and .Net 9.0

### 1.4.6 (Sep 24th 2024)
Using iOS 1.4.5x, Android 5.30.0

### 1.4.5 (Jul 15th 2024)
- Now using omni/interview-events API when logging events

Using iOS 1.4.5x

### 1.4.4 (Mar 29th 2024)
- `VerifyFace` on iOS now uses updated API calls that require `uuid` only, so the `customerToken` param is now deprecated.

Using iOS 1.4.4x

### 1.4.3 (Feb 27th 2024)
- `Init` method is taking 3 more optional parameters `disableHookCheck`, `disableEmulatorDetection` and `disableRootDetection` which disable specified checks for Android platform.
- `Init` method is returning result `InitResult`.

### 1.4.2 (Jan 24th 2024)
- Fix for missing resources on iOS on CURP screen
- Other Updates from regular Xamarin releases from 1.2.2 to 1.4.2 listed [here](https://github.com/Incode-Technologies-Example-Repos/Incode-Welcome-Example-Xamarin/blob/main/CHANGE_LOG.md)

Using Android 5.17.2 and iOS 1.4.2x

### 1.2.2 (July 27th 2023)
- Fix User cancel behaviour for VerifyFace and CURP modules on iOS platform
- Fixed Phone number input on devices with certain regions on iOS platform.
