diff --git a/.version b/.version index 899f24f..2774f85 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b71a587..6a04618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.10.0](https://github.com/auth0/Guardian.Android/tree/0.10.0) (2025-03-19) +[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.9.0...0.10.0) + +**Changed** +- Add RAR support for CIBA flow + ## [0.9.0](https://github.com/auth0/Guardian.Android/tree/0.9.0) (2025-01-29) [Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.1...0.9.0) diff --git a/README.md b/README.md index 872722c..2cdbda9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ GuardianSDK is available both in [Maven Central](http://search.maven.org) and To start using _GuardianSDK_ add these lines to your `build.gradle` dependencies file: ```gradle -implementation 'com.auth0.android:guardian:0.9.0' +implementation 'com.auth0.android:guardian:0.10.0' ``` ## Usage