Skip to content

Commit b38b374

Browse files
authored
Release 3.15.0 (#952)
1 parent 5995f36 commit b38b374

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.version

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

CHANGELOG.md

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

3+
## [3.15.0](https://github.com/auth0/Auth0.Android/tree/3.15.0) (2026-04-15)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.14.0...3.15.0)
5+
6+
**Added**
7+
- feat: Add three new DPoP errors to `CredentialsManagerException` [\#949](https://github.com/auth0/Auth0.Android/pull/949) ([pmathew92](https://github.com/pmathew92))
8+
9+
**Changed**
10+
- refactor : Made the updateAuthenticationMethodById public [\#948](https://github.com/auth0/Auth0.Android/pull/948) ([pmathew92](https://github.com/pmathew92))
11+
12+
**Fixed**
13+
- refactor : Handling more exceptions scenario in DPoP key generation [\#943](https://github.com/auth0/Auth0.Android/pull/943) ([pmathew92](https://github.com/pmathew92))
14+
315
## [3.14.0](https://github.com/auth0/Auth0.Android/tree/3.14.0) (2026-03-11)
416
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.13.0...3.14.0)
517

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

0 commit comments

Comments
 (0)