diff --git a/.version b/.version index a0cd9f0c..a4f52a5d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.2.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index adb0b202..7795dce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.2.0](https://github.com/auth0/Auth0.Android/tree/3.2.0) (2024-11-07) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.1.0...3.2.0) + +**Added** +- Supporting passkey via AuthenticationAPIClient [\#773](https://github.com/auth0/Auth0.Android/pull/773) ([pmathew92](https://github.com/pmathew92)) + ## [3.1.0](https://github.com/auth0/Auth0.Android/tree/3.1.0) (2024-10-31) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.0.0...3.1.0) diff --git a/README.md b/README.md index eebcf61e..a33257e4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:3.1.0' + implementation 'com.auth0.android:auth0:3.2.0' } ```