From d9764b160b1c6469267e9e51be8fc620ac06670e Mon Sep 17 00:00:00 2001 From: utkrishtS Date: Wed, 8 Jul 2026 16:16:53 +0530 Subject: [PATCH 1/2] Release 3.21.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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..fa544fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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** +- fix: MFAClient getAuthenticators filtering based on Authenticator.type field [\#998](https://github.com/auth0/Auth0.Android/pull/998) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- feat: Add password enrollment to MyAccount API [\#1003](https://github.com/auth0/Auth0.Android/pull/1003) ([pmathew92](https://github.com/pmathew92)) + ## [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' } ``` From 03c686af1301b80855a6b87f396a85c02c6bac21 Mon Sep 17 00:00:00 2001 From: Utkrisht Sahu Date: Wed, 8 Jul 2026 16:26:52 +0530 Subject: [PATCH 2/2] Reorganize changelog entries for clarity Moved 'fix' entry under 'Fixed' section in changelog. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa544fec..c3f9010f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.20.0...3.21.0) **Added** -- fix: MFAClient getAuthenticators filtering based on Authenticator.type field [\#998](https://github.com/auth0/Auth0.Android/pull/998) ([utkrishtsahu](https://github.com/utkrishtsahu)) - 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)