diff --git a/.version b/.version index 209f5795..b1f5ebed 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.19.0 \ No newline at end of file +3.20.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f93ed1..1354692e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Added** +- feat: Added DPoP support for MFA APIs [\#992](https://github.com/auth0/Auth0.Android/pull/992) ([pmathew92](https://github.com/pmathew92)) +- feat: enforce IPSIE session_expiry ceiling in credentials managers [\#983](https://github.com/auth0/Auth0.Android/pull/983) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- feat : Added passwordless API for DB-Connections [\#989](https://github.com/auth0/Auth0.Android/pull/989) ([pmathew92](https://github.com/pmathew92)) + ## [3.19.0](https://github.com/auth0/Auth0.Android/tree/3.19.0) (2026-06-15) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.18.0...3.19.0) diff --git a/README.md b/README.md index e1bd8d20..34815873 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.19.0' + implementation 'com.auth0.android:auth0:3.20.0' } ```