Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down