From fb2908fe13f65cc205e3d4bcc2b3b49ba5495d39 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Wed, 4 Jun 2025 00:06:11 +0530 Subject: [PATCH] Release 3.8.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 240bba906..0be1fc7d2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.7.0 \ No newline at end of file +3.8.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d0b6ef1..5d96e8829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.8.0](https://github.com/auth0/Auth0.Android/tree/3.8.0) (2025-06-04) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.7.0...3.8.0) + +**Added** +- Added support to enroll passkeys with My Account API [\#837](https://github.com/auth0/Auth0.Android/pull/837) ([pmathew92](https://github.com/pmathew92)) + ## [3.7.0](https://github.com/auth0/Auth0.Android/tree/3.7.0) (2025-05-09) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.6.0...3.7.0) diff --git a/README.md b/README.md index 0ed5ecac9..30483fb7f 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.7.0' + implementation 'com.auth0.android:auth0:3.8.0' } ```