Skip to content

Commit

Permalink
Release 3.2.1 (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Dec 9, 2024
2 parents 1676b16 + 3a7e1da commit 6735a79
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.1
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 6735a79

Please sign in to comment.