Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Updated change log file
  • Loading branch information
pmathew92 authored Nov 27, 2024
1 parent 5e86659 commit 2c6f6da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v3.2.1...v4.0.0)

💡 Check the [Migration Guide](https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md) to understand the changes required to migrate your application to v4.

💡 Check the [v4.0.0-beta.0](https://github.com/auth0/react-native-auth0/releases/tag/v4.0.0-beta.0) to understand other major changes .

⚠️ BREAKING CHANGES

- BREAKING CHANGE: `requireLocalAuthentication` method is no longer available as part of the CredentialsManager class or the useAuth0 Hook from v4 of the SDK. Refer [Migration Guide](https://github.com/auth0/react-native-auth0/blob/master/MIGRATION_GUIDE.md) for more details.

**Added**

- feat: added support for domain switching [\#931](https://github.com/auth0/react-native-auth0/pull/931) ([desusai7](https://github.com/desusai7))
Expand Down

0 comments on commit 2c6f6da

Please sign in to comment.