8000 Create release 0.10.0 by andy317fe301f8c7 · Pull Request #129 · auth0/Guardian.Android · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Create release 0.10.0 #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
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
0