diff --git a/.version b/.version index b1f5ebed..1d094fc2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.20.0 \ No newline at end of file +3.21.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1354692e..c3f9010f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [3.21.0](https://github.com/auth0/Auth0.Android/tree/3.21.0) (2026-07-08) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.20.0...3.21.0) + +**Added** +- feat: Add password enrollment to MyAccount API [\#1003](https://github.com/auth0/Auth0.Android/pull/1003) ([pmathew92](https://github.com/pmathew92)) + +**Fixed** +- fix: MFAClient getAuthenticators filtering based on Authenticator.type field [\#998](https://github.com/auth0/Auth0.Android/pull/998) ([utkrishtsahu](https://github.com/utkrishtsahu)) + ## [3.20.0](https://github.com/auth0/Auth0.Android/tree/3.20.0) (2026-06-29) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.19.0...3.20.0) diff --git a/README.md b/README.md index 34815873..6b63f2aa 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:3.20.0' + implementation 'com.auth0.android:auth0:3.21.0' } ```