Skip to content

Commit 894cdf3

Browse files
authored
Release 3.0.0-beta.0 (#754)
1 parent beaabdf commit 894cdf3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.0
1+
3.0.0-beta.0

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.0.0-beta.0](https://github.com/auth0/Auth0.Android/tree/3.0.0-beta.0) (2024-08-01)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.11.0...3.0.0-beta.0)
5+
6+
**⚠️ BREAKING CHANGES**
7+
- feat: implemented biometrics authentication for SecureCredentialsManager using androidx.biometrics package [\#745](https://github.com/auth0/Auth0.Android/pull/745) ([desusai7](https://github.com/desusai7))
8+
39
## [2.11.0](https://github.com/auth0/Auth0.Android/tree/2.11.0) (2024-05-08)
410
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.2...2.11.0)
511

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5151

5252
```gradle
5353
dependencies {
54-
implementation 'com.auth0.android:auth0:2.11.0'
54+
implementation 'com.auth0.android:auth0:3.0.0-beta.0'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)