Skip to content

Commit 10478a7

Browse files
authored
Release 3.14.0 (#935)
1 parent f6c4126 commit 10478a7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.0
1+
3.14.0

CHANGELOG.md

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

3+
## [3.14.0](https://github.com/auth0/Auth0.Android/tree/3.14.0) (2026-03-11)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.13.0...3.14.0)
5+
6+
**Deprecated**
7+
- refactor : Deprecate the existing MFA APIs in `AuthenticationAPIClient` [\#932](https://github.com/auth0/Auth0.Android/pull/932) ([pmathew92](https://github.com/pmathew92))
8+
- refactor : Deprecated the UsersAPIClient [\#930](https://github.com/auth0/Auth0.Android/pull/930) ([pmathew92](https://github.com/pmathew92))
9+
10+
**Fixed**
11+
- fix: Handle ProviderException in PKCS1→OAEP key migration to prevent saveCredentials() crash [\#924](https://github.com/auth0/Auth0.Android/pull/924) ([utkrishtsahu](https://github.com/utkrishtsahu))
12+
- fix : Added the missing user agent to MyAccount and MFAApiClient [\#926](https://github.com/auth0/Auth0.Android/pull/926) ([pmathew92](https://github.com/pmathew92))
13+
314
## [3.13.0](https://github.com/auth0/Auth0.Android/tree/3.13.0) (2026-02-06)
415
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.2...3.13.0)
516

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.13.0'
55+
implementation 'com.auth0.android:auth0:3.14.0'
5656
}
5757
```
5858

0 commit comments

Comments
 (0)