Skip to content

Commit 20ffefe

Browse files
committed
Merge branch 'revert_merge' into feature/SDK-5009
2 parents 04ae2ef + e5176fc commit 20ffefe

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-beta.0
1+
3.0.0

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [3.0.0](https://github.com/auth0/Auth0.Android/tree/3.0.0) (2024-10-30)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.11.0...3.0.0)
5+
6+
Check the [Migration Guide](https://github.com/auth0/Auth0.Android/blob/main/V3_MIGRATION_GUIDE.md) to understand the changes required to migrate your application to v3
7+
Check the [3.0.0.beta.0][https://github.com/auth0/Auth0.Android/releases/tag/3.0.0-beta.0] to understand other major changes
8+
9+
**⚠️ BREAKING CHANGES**
10+
- BREAKING CHANGE: updated description of AuthenticationException in case of empty description [\#756](https://github.com/auth0/Auth0.Android/pull/756) ([desusai7](https://github.com/desusai7))
11+
- feat: implemented biometrics authentication for SecureCredentialsManager using androidx.biometrics package [\#745](https://github.com/auth0/Auth0.Android/pull/745) ([desusai7](https://github.com/desusai7))
12+
13+
**Added**
14+
- Handled NPE in the AuthenticationActivity [\#759](https://github.com/auth0/Auth0.Android/pull/759) ([pmathew92](https://github.com/pmathew92))
15+
316
## [3.0.0-beta.0](https://github.com/auth0/Auth0.Android/tree/3.0.0-beta.0) (2024-08-01)
417
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.11.0...3.0.0-beta.0)
518

README.md

Lines changed: 1 addition & 1 deletion
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:3.0.0-beta.0'
54+
implementation 'com.auth0.android:auth0:3.0.0'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)