diff --git a/.version b/.version index 7ccd8d44..f85bf6e3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.16.0 \ No newline at end of file +3.17.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index da08e3dc..fa574f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.17.0](https://github.com/auth0/Auth0.Android/tree/3.17.0) (2026-05-21) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.16.0...3.17.0) + +**Added** +- feat : Added additional properties support to passkeys signup API [\#969](https://github.com/auth0/Auth0.Android/pull/969) ([pmathew92](https://github.com/pmathew92)) +- feat :Add partial support for PAR auth flow [\#967](https://github.com/auth0/Auth0.Android/pull/967) ([pmathew92](https://github.com/pmathew92)) + ## [3.16.0](https://github.com/auth0/Auth0.Android/tree/3.16.0) (2026-04-27) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.15.0...3.16.0) diff --git a/README.md b/README.md index c068786b..fb107093 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:3.16.0' + implementation 'com.auth0.android:auth0:3.17.0' } ```