diff --git a/CHANGELOG.md b/CHANGELOG.md index d66de20a..a4c4a441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # RELEASES +## LinkKit V12.0.0-beta.3 — 2024-08-06 + +### React Native + +#### Requirements + +This SDK now works with any supported version of React Native. + +### Android + +Android SDK [4.4.0](https://github.com/plaid/plaid-link-android/releases/tag/v4.4.0) + +#### Changes +- Support Autofill for SMS OTP in Link Sessions using Google play-services-auth-api-phone library version 18.0.2. +- Change LinkActivity to `exported=false`. + +#### Requirements + +| Name | Version | +|------|---------| +| Android Studio | 4.0+ | +| Kotlin | 1.8+ | + +### iOS + +iOS SDK [6.0.0-beta5](https://github.com/plaid/plaid-link-ios/releases/tag/6.0.0-beta5) + +#### Changes + +- Resolves bug where large transaction syncs failed. +- Resolves bug where large account balance extraction failed. + +#### Requirements + +| Name | Version | +|------|---------| +| Xcode | >= 15.3.0 | +| iOS | >= 14.0 | + + ## LinkKit V12.0.0-beta.2 — 2024-05-24 ### React Native diff --git a/README.md b/README.md index c3c76d95..9290ef28 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,9 @@ While these older versions are expected to continue to work without disruption, | Plaid SDK Version | Min React Native Version | Android SDK | Android Min Version | Android Compile Version| iOS SDK | iOS Min Version | Status | |-------------------|--------------------------|-------------|---------------------|------------------------|---------|-----------------|-------------------------------| +| 12.0.0-beta.3 | * | [4.4.0+] | 21 | 34 | >=6.0.0 | 14.0 | Active, supports Xcode 15.3.0 | | 12.0.0-beta.2 | * | [4.4.0+] | 21 | 34 | >=6.0.0 | 14.0 | Active, supports Xcode 15.3.0 | -| 12.0.0-beta.1 | * | [4.4.0+] | 21 | 34 | >=6.0.0 | 14.0 | **Deprecated** | +| 12.0.0-beta.1 | * | [4.4.0+] | 21 | 34 | >=6.0.0 | 14.0 | **Deprecated** | | 11.10.0 | * | [4.4.0+] | 21 | 34 | >=5.5.0 | 14.0 | Active, supports Xcode 15.0.1 | | 11.9.0 | * | [4.3.1+] | 21 | 34 | >=5.5.0 | 14.0 | Active, supports Xcode 15.0.1 | | 11.8.2 | * | [4.3.1+] | 21 | 34 | >=5.4.2 | 14.0 | Active, supports Xcode 15.0.1 | diff --git a/package.json b/package.json index dcc74486..35724946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-plaid-link-sdk", - "version": "12.0.0-beta.2", + "version": "12.0.0-beta.3", "description": "React Native Plaid Link SDK", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/react-native-plaid-link-sdk.podspec b/react-native-plaid-link-sdk.podspec index 43ca9855..3383b9fc 100644 --- a/react-native-plaid-link-sdk.podspec +++ b/react-native-plaid-link-sdk.podspec @@ -28,5 +28,5 @@ Pod::Spec.new do |s| end s.dependency 'React-Core' - s.dependency 'Plaid', '~> 6.0.0-beta3' + s.dependency 'Plaid', '~> 6.0.0-beta5' end