Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.0
3.11.0
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [3.11.0](https://github.com/auth0/Auth0.Android/tree/3.11.0) (2025-11-24)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.10.0...3.11.0)

**Added**
- feat: Added option to pass AuthenticationAPIClient to SecureCredentialsManager class [\#879](https://github.com/auth0/Auth0.Android/pull/879) ([pmathew92](https://github.com/pmathew92))
- feat: add configurable biometric authentication policies for SecureCredentialsManager [\#867](https://github.com/auth0/Auth0.Android/pull/867) ([subhankarmaiti](https://github.com/subhankarmaiti))

**Fixed**
- 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))

## [3.10.0](https://github.com/auth0/Auth0.Android/tree/3.10.0) (2025-09-12)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.9.1...3.10.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll

```gradle
dependencies {
implementation 'com.auth0.android:auth0:3.10.0'
implementation 'com.auth0.android:auth0:3.11.0'
}
```

Expand Down
Loading