Skip to content

Commit

Permalink
Release 3.0.0-beta.0 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Aug 1, 2024
1 parent beaabdf commit 894cdf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
3.0.0-beta.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 894cdf3

Please sign in to comment.