diff --git a/.bacon.yml b/.bacon.yml index eacc07e4..28a3b7bc 100644 --- a/.bacon.yml +++ b/.bacon.yml @@ -20,11 +20,3 @@ test_suites: script_name: publish criteria: MERGE queue_name: ci-queue-productionJenga-AL2023 - - name: sast_scan - script_path: /root/okta/okta-react-native/scripts - script_name: sast_scan - sort_order: '4' - timeout: '200' - criteria: MERGE - queue_name: small - trigger: AUTO diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cd9666..30522f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ + # 2.18.0 - Update JS libraries in SDK and E2E app +- [#475](https://github.com/okta/okta-react-native/pull/475) Update AGP and gradle # 2.17.0 - Don't follow redirects for OkHttp. This fixes MFA issues when using classic Okta and session token login.