From 1734428b9092e8ee864931dd66f46afa926545c1 Mon Sep 17 00:00:00 2001 From: Rajdeep Nanua Date: Mon, 9 Jan 2023 12:28:22 -0500 Subject: [PATCH 1/2] Update okta-oidc-android to 1.3.4 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4e9b9542..07c3f461 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,7 +69,7 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'com.okta.android:okta-oidc-android:1.3.2' + implementation 'com.okta.android:okta-oidc-android:1.3.4' } def configureReactNativePom(def pom) { From 01631603a74892ed9b5ace2528548dcf5d81793a Mon Sep 17 00:00:00 2001 From: Rajdeep Nanua Date: Mon, 9 Jan 2023 12:29:57 -0500 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1480dc57..7aed75e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.8.0 + +### Other +- [#343](https://github.com/okta/okta-react-native/pull/314) Update okta-oidc-android to 1.3.4 + +# 2.7.0 + +### Other +- Update react-native dependencies + # 2.6.0 ### Other