diff --git a/ChangeLog.md b/ChangeLog.md index 4817481bf..fc96215e2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,8 @@ -2020-07-23 Version 5.0.0-rc.1 +2020-08-27 Version 5.0.0 + - Requires react-native >= 0.60 + - This release includes Branch native SDKs Android 5.0.3 and iOS 0.35.0. + +2020-07-23 Version 5.0.0-rc.1 - Requires react-native >= 0.60 - This release includes Branch native SDKs Android 5.0.1 and iOS 0.34.0. - The `onOpenStart` function is now called for Universal Links on iOS when @@ -10,7 +14,7 @@ - Add support for an `alias` property in Branch v2 events (also known as Customer Event Alias). -2020-04-10 Version 5.0.0-beta.1 +2020-04-10 Version 5.0.0-beta.1 - For use with react-native >= 0.60 - This release includes Branch native SDKs Android 5.0.0 and iOS 0.32.0. - The `branch.subscribe` callback now passes a third named parameter, `uri`, @@ -71,11 +75,11 @@ } ``` -2020-04-10 Version 3.2.1 +2020-04-10 Version 3.2.1 - For use with react-native < 0.60 - This release includes Branch native SDKs Android 5.0.0 and iOS 0.32.0. -2020-03-11 Version 4.4.0 +2020-03-11 Version 4.4.0 - For use with react-native >= 0.60 - This release includes Branch native SDKs Android 4.3.2 and iOS 0.31.3. - Introduced an enableFacebookLinkCheck Boolean parameter in branch.json. @@ -84,7 +88,7 @@ Advanced users: You can still call these methods in native code as before if your use case dictates. -2020-03-11 Version 3.2.0 +2020-03-11 Version 3.2.0 - For use with react-native < 0.60 - This release includes Branch native SDKs Android 4.3.2 and iOS 0.31.3. - Fixed a crash due to NPE on Android experienced by some users. Now an error should be properly reported. @@ -94,20 +98,20 @@ Advanced users: You can still call these methods in native code as before if your use case dictates. -2020-02-27 Version 3.1.2 +2020-02-27 Version 3.1.2 - This release, for React Native < 0.60, updates native SDK support to Android 4.3.2 and iOS 0.31.3. -2020-02-13 Version 4.3.0 +2020-02-13 Version 4.3.0 - Requires RN >= 0.60 - Uses native Branch SDKs 4.3.2 (Android), 0.31.x (iOS). - SDK-802 accept PR to expose setMetadata at the JS layer - SDK-714 add plugin identifier - Addresses several github issues. -2019-09-30 Version 4.2.1 +2019-09-30 Version 4.2.1 - Missed version update in iOS RNBranch.m -2019-09-27 Version 4.2.0 +2019-09-27 Version 4.2.0 - Update Android Branch SDK to 4.1.0 - Update iOS Branch SDK to 0.29.0 - Expose Android reInit session for foreground links diff --git a/android/build.gradle b/android/build.gradle index 3fada1952..9cbaafc31 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,5 +33,5 @@ android { dependencies { implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation 'com.facebook.react:react-native:+' // From node_modules - api 'io.branch.sdk.android:library:5.0.1' + api 'io.branch.sdk.android:library:5.0.3' }