diff --git a/.version b/.version index f85bf6e3..ae561550 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.17.0 \ No newline at end of file +3.18.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fa574f9f..41a8fabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [3.18.0](https://github.com/auth0/Auth0.Android/tree/3.18.0) (2026-05-26) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.17.0...3.18.0) + +**Added** +- feat : Add support to pass type parameter to the MyAccount list authentication method API [\#974](https://github.com/auth0/Auth0.Android/pull/974) ([pmathew92](https://github.com/pmathew92)) + +**Fixed** +- fix : Guard against all uncaught exception in the serial executor block [\#970](https://github.com/auth0/Auth0.Android/pull/970) ([pmathew92](https://github.com/pmathew92)) + ## [3.17.0](https://github.com/auth0/Auth0.Android/tree/3.17.0) (2026-05-21) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.16.0...3.17.0) diff --git a/README.md b/README.md index fb107093..df2196e1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:3.17.0' + implementation 'com.auth0.android:auth0:3.18.0' } ```