diff --git a/.version b/.version index 12566ed7..4bcbd94b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.14.0 \ No newline at end of file +3.15.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d25046e..da3c6a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [3.15.0](https://github.com/auth0/Auth0.Android/tree/3.15.0) (2026-04-15) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.14.0...3.15.0) + +**Added** +- feat: Add three new DPoP errors to `CredentialsManagerException` [\#949](https://github.com/auth0/Auth0.Android/pull/949) ([pmathew92](https://github.com/pmathew92)) + +**Changed** +- refactor : Made the updateAuthenticationMethodById public [\#948](https://github.com/auth0/Auth0.Android/pull/948) ([pmathew92](https://github.com/pmathew92)) + +**Fixed** +- refactor : Handling more exceptions scenario in DPoP key generation [\#943](https://github.com/auth0/Auth0.Android/pull/943) ([pmathew92](https://github.com/pmathew92)) + ## [3.14.0](https://github.com/auth0/Auth0.Android/tree/3.14.0) (2026-03-11) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.13.0...3.14.0) diff --git a/README.md b/README.md index 3add0589..8325e7e3 100644 --- a/README.md +++ b/README.md @@ -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.14.0' + implementation 'com.auth0.android:auth0:3.15.0' } ```