From f50eb15aa464996bb680483304ad96652f946069 Mon Sep 17 00:00:00 2001 From: andy317 <129303424+andy317fe301f8c7@users.noreply.github.com> Date: Wed, 19 Mar 2025 10:49:30 -0400 Subject: [PATCH] Create release 0.10.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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