Skip to content

Commit

Permalink
Release 3.2.0 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Nov 7, 2024
2 parents 6c99b8b + e4a3709 commit d58083d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.1.0'
implementation 'com.auth0.android:auth0:3.2.0'
}
```

Expand Down

0 comments on commit d58083d

Please sign in to comment.