diff --git a/.version b/.version index e5b820341..084e244ce 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.5.0 \ No newline at end of file +3.6.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 575769f07..4e722ed77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [3.6.0](https://github.com/auth0/Auth0.Android/tree/3.6.0) (2025-04-28) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.5.0...3.6.0) + +**Added** +- Added new error type to CredentialsManagerException class [\#821](https://github.com/auth0/Auth0.Android/pull/821) ([pmathew92](https://github.com/pmathew92)) +- Added Native to Web support [\#803](https://github.com/auth0/Auth0.Android/pull/803) ([pmathew92](https://github.com/pmathew92)) + +**Changed** +- Removed experimental tag from TWA [\#818](https://github.com/auth0/Auth0.Android/pull/818) ([pmathew92](https://github.com/pmathew92)) + ## [3.5.0](https://github.com/auth0/Auth0.Android/tree/3.5.0) (2025-03-17) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.4.0...3.5.0) diff --git a/README.md b/README.md index 8ff3c8c34..09331ca2a 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.5.0' + implementation 'com.auth0.android:auth0:3.6.0' } ```