From 3a7e1dabfe569c96c2b50a9f6ff499a7948c9b91 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Fri, 6 Dec 2024 17:01:47 +0530 Subject: [PATCH] Release 3.2.1 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index a4f52a5db..0444f3207 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.2.0 \ No newline at end of file +3.2.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7795dce97..c3471834e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.2.1](https://github.com/auth0/Auth0.Android/tree/3.2.1) (2024-12-06) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.2.0...3.2.1) + +**Added** +- Added new error types for CredentialsManagerException [\#783](https://github.com/auth0/Auth0.Android/pull/783) ([pmathew92](https://github.com/pmathew92)) +- Making realm parameter optional for passkeys [\#776](https://github.com/auth0/Auth0.Android/pull/776) ([pmathew92](https://github.com/pmathew92)) + ## [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) diff --git a/README.md b/README.md index a33257e4c..f0256d513 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.2.0' + implementation 'com.auth0.android:auth0:3.2.1' } ```