Skip to content

Commit

Permalink
Release 3.1.0 (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Oct 31, 2024
2 parents 9fb47c8 + b0a5772 commit 9a7f886
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.0.0
3.1.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.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)

**Added**
- Support for Passkey Authentication [\#770](https://github.com/auth0/Auth0.Android/pull/770) ([pmathew92](https://github.com/pmathew92))

## [3.0.0](https://github.com/auth0/Auth0.Android/tree/3.0.0) (2024-10-30)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.11.0...3.0.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.0.0'
implementation 'com.auth0.android:auth0:3.1.0'
}
```

Expand Down

0 comments on commit 9a7f886

Please sign in to comment.