Skip to content

Commit f8f2c0a

Browse files
authored
Release 3.11.0 (#883)
1 parent 854fbc9 commit f8f2c0a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0
1+
3.11.0

CHANGELOG.md

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

3+
## [3.11.0](https://github.com/auth0/Auth0.Android/tree/3.11.0) (2025-11-24)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.10.0...3.11.0)
5+
6+
**Added**
7+
- feat: Added option to pass AuthenticationAPIClient to SecureCredentialsManager class [\#879](https://github.com/auth0/Auth0.Android/pull/879) ([pmathew92](https://github.com/pmathew92))
8+
- feat: add configurable biometric authentication policies for SecureCredentialsManager [\#867](https://github.com/auth0/Auth0.Android/pull/867) ([subhankarmaiti](https://github.com/subhankarmaiti))
9+
10+
**Fixed**
11+
- fix: Fixes the IV overwrite when trying to encrypt multiple credentials [\#882](https://github.com/auth0/Auth0.Android/pull/882) ([pmathew92](https://github.com/pmathew92))
12+
313
## [3.10.0](https://github.com/auth0/Auth0.Android/tree/3.10.0) (2025-09-12)
414
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.9.1...3.10.0)
515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5252

5353
```gradle
5454
dependencies {
55-
implementation 'com.auth0.android:auth0:3.10.0'
55+
implementation 'com.auth0.android:auth0:3.11.0'
5656
}
5757
```
5858

0 commit comments

Comments
 (0)