diff --git a/.version b/.version index 1d094fc2..cda07206 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.21.0 \ No newline at end of file +3.21.1-beta.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f9010f..ee7ab6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.21.1-beta.0](https://github.com/auth0/Auth0.Android/tree/3.21.1-beta.0) (2026-08-18) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.21.0...3.21.1-beta.0) + +**Fixed** +- fix(storage): authorize MGF1 digest to prevent INCOMPATIBLE_DEVICE on Keystore2 [\#1048](https://github.com/auth0/Auth0.Android/pull/1048) ([utkrishtsahu](https://github.com/utkrishtsahu)) + ## [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) diff --git a/README.md b/README.md index 6b63f2aa..f709df48 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.21.0' + implementation 'com.auth0.android:auth0:3.21.1-beta.0' } ```