Skip to content

Commit 6735a79

Browse files
authored
Release 3.2.1 (#786)
2 parents 1676b16 + 3a7e1da commit 6735a79

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.2.1

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [3.2.1](https://github.com/auth0/Auth0.Android/tree/3.2.1) (2024-12-06)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.2.0...3.2.1)
5+
6+
**Added**
7+
- Added new error types for CredentialsManagerException [\#783](https://github.com/auth0/Auth0.Android/pull/783) ([pmathew92](https://github.com/pmathew92))
8+
- Making realm parameter optional for passkeys [\#776](https://github.com/auth0/Auth0.Android/pull/776) ([pmathew92](https://github.com/pmathew92))
9+
310
## [3.2.0](https://github.com/auth0/Auth0.Android/tree/3.2.0) (2024-11-07)
411
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.1.0...3.2.0)
512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5151

5252
```gradle
5353
dependencies {
54-
implementation 'com.auth0.android:auth0:3.2.0'
54+
implementation 'com.auth0.android:auth0:3.2.1'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)