diff --git a/.version b/.version index 4bcbd94b..7ccd8d44 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.15.0 \ No newline at end of file +3.16.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index da3c6a5e..da08e3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- feat : Add Partial Custom Tabs support (bottom sheet & side sheet) [\#954](https://github.com/auth0/Auth0.Android/pull/954) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [3.15.0](https://github.com/auth0/Auth0.Android/tree/3.15.0) (2026-04-15) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.14.0...3.15.0) diff --git a/README.md b/README.md index 2fdf3d17..c068786b 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.15.0' + implementation 'com.auth0.android:auth0:3.16.0' } ```