diff --git a/.version b/.version index cc868b62..99eba4de 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.0.1 \ No newline at end of file +4.1.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f025e21..823f094b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [4.1.0](https://github.com/auth0/Auth0.Android/tree/4.1.0) (2026-08-27) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/4.0.1...4.1.0) + +**Added** +- feat: enable ephemeral browsing for Auth Tab [\#1059](https://github.com/auth0/Auth0.Android/pull/1059) ([pmathew92](https://github.com/pmathew92)) +- feat(authentication): add organization parameter to resetPassword [\#1038](https://github.com/auth0/Auth0.Android/pull/1038) ([NandanPrabhu](https://github.com/NandanPrabhu)) + ## [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) diff --git a/README.md b/README.md index 32a7472c..440b99c8 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.1' + implementation 'com.auth0.android:auth0:4.1.0' } ```