Skip to content

Commit bc0d293

Browse files
Create release 0.10.0 (#129)
1 parent 8e83c0f commit bc0d293

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.10.0](https://github.com/auth0/Guardian.Android/tree/0.10.0) (2025-03-19)
4+
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.9.0...0.10.0)
5+
6+
**Changed**
7+
- Add RAR support for CIBA flow
8+
39
## [0.9.0](https://github.com/auth0/Guardian.Android/tree/0.9.0) (2025-01-29)
410
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.1...0.9.0)
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GuardianSDK is available both in [Maven Central](http://search.maven.org) and
3333
To start using _GuardianSDK_ add these lines to your `build.gradle` dependencies file:
3434

3535
```gradle
36-
implementation 'com.auth0.android:guardian:0.9.0'
36+
implementation 'com.auth0.android:guardian:0.10.0'
3737
```
3838

3939
## Usage

0 commit comments

Comments
 (0)