diff --git a/.version b/.version index b72ad011f..33f465d1a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.9.0 \ No newline at end of file +3.9.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b728fb2..79559b1d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.9.1](https://github.com/auth0/Auth0.Android/tree/3.9.1) (2025-08-12) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.9.0...3.9.1) + +**Fixed** +- fix: Fixed the transitive dependency issue on generated aar file [\#858](https://github.com/auth0/Auth0.Android/pull/858) ([pmathew92](https://github.com/pmathew92)) + ## [3.9.0](https://github.com/auth0/Auth0.Android/tree/3.9.0) (2025-08-11) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.8.0...3.9.0) diff --git a/README.md b/README.md index a0e25665f..a20521b99 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:3.9.0' + implementation 'com.auth0.android:auth0:3.9.1' } ```