From 0d59a2a86dc03b8b5a3a9cab62d5adc4d90c48a8 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 18 Mar 2022 15:27:53 -0500 Subject: [PATCH] Update change lock and update git tracking history to not pick up example directory. The latter was causing build failure --- CHANGELOG.md | 4 ++++ example/flutter_okta_sample | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 160000 example/flutter_okta_sample diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a163dc..f188daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,3 +22,7 @@ Fix: error: compiling for iOS 11.0, but module 'OktaJWT' has a minimum deploymen ## 1.0.0-dev.7 Fixed iOS createConfig to read from secure storage if the refresh token has not expired rather than the access token + +## 1.0.0-dev.8 + +Updated iOS bridge to get app working on iOS. Also updated multiple smaller issues raised. diff --git a/example/flutter_okta_sample b/example/flutter_okta_sample deleted file mode 160000 index c76f80a..0000000 --- a/example/flutter_okta_sample +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c76f80a8064b9ef6c64a28a086b2722bff289bf0