diff --git a/.version b/.version index ed0edc88..f48b9c84 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.0 \ No newline at end of file +3.0.0-beta.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68af788f..5c580fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.0.0-beta.0](https://github.com/auth0/Auth0.Android/tree/3.0.0-beta.0) (2024-08-01) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.11.0...3.0.0-beta.0) + +**⚠️ BREAKING CHANGES** +- feat: implemented biometrics authentication for SecureCredentialsManager using androidx.biometrics package [\#745](https://github.com/auth0/Auth0.Android/pull/745) ([desusai7](https://github.com/desusai7)) + ## [2.11.0](https://github.com/auth0/Auth0.Android/tree/2.11.0) (2024-05-08) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.2...2.11.0) diff --git a/README.md b/README.md index 17cbf124..9a47d94a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:2.11.0' + implementation 'com.auth0.android:auth0:3.0.0-beta.0' } ```