diff --git a/.version b/.version index 77fdc6bb..12566ed7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.13.0 \ No newline at end of file +3.14.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c92be3..2d25046e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [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) + +**Deprecated** +- refactor : Deprecate the existing MFA APIs in `AuthenticationAPIClient` [\#932](https://github.com/auth0/Auth0.Android/pull/932) ([pmathew92](https://github.com/pmathew92)) +- refactor : Deprecated the UsersAPIClient [\#930](https://github.com/auth0/Auth0.Android/pull/930) ([pmathew92](https://github.com/pmathew92)) + +**Fixed** +- 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)) +- fix : Added the missing user agent to MyAccount and MFAApiClient [\#926](https://github.com/auth0/Auth0.Android/pull/926) ([pmathew92](https://github.com/pmathew92)) + ## [3.13.0](https://github.com/auth0/Auth0.Android/tree/3.13.0) (2026-02-06) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.2...3.13.0) diff --git a/README.md b/README.md index 11876052..3add0589 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.13.0' + implementation 'com.auth0.android:auth0:3.14.0' } ```