From 894cdf3e27faf37e382f0689a21b486dbf15a5cf Mon Sep 17 00:00:00 2001 From: Desu Sai Venkat <48179357+desusai7@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:26:26 +0530 Subject: [PATCH] Release 3.0.0-beta.0 (#754) --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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' } ```