From 44efd54d691943f23b74e1488d1de1f11e6fceb2 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Fri, 24 Jul 2026 12:08:18 +0530 Subject: [PATCH] Release 4.0.1 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 0c89fc92..cc868b62 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.0.0 \ No newline at end of file +4.0.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0223f1..5f025e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [4.0.1](https://github.com/auth0/Auth0.Android/tree/4.0.1) (2026-07-24) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/4.0.0...4.0.1) + +**Fixed** +- fix: guard against fatal double-resume crash in CredentialsManager [\#1031](https://github.com/auth0/Auth0.Android/pull/1031) ([pmathew92](https://github.com/pmathew92)) +- fix(provider): fall back to returnTo for Auth Tab logout scheme [\#1026](https://github.com/auth0/Auth0.Android/pull/1026) ([utkrishtsahu](https://github.com/utkrishtsahu)) + ## [4.0.0](https://github.com/auth0/Auth0.Android/tree/4.0.0) (2026-07-13) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.21.0...4.0.0) diff --git a/README.md b/README.md index b9266a6a..32a7472c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:4.0.0' + implementation 'com.auth0.android:auth0:4.0.1' } ```