Skip to content

Commit 14c65b5

Browse files
Release 0.9.0
1 parent dfc63f5 commit 14c65b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.9.0](https://github.com/auth0/Guardian.Android/tree/0.9.0) (2025-01-29)
4+
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.1...0.9.0)
5+
6+
**Changed**
7+
- Add support for fetching rich consents
8+
39
## [0.8.1](https://github.com/auth0/Guardian.Android/tree/0.8.1) (2024-12-11)
410
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.0...0.8.1)
511

Diff for: README.md

+1-1
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.8.1'
36+
implementation 'com.auth0.android:guardian:0.9.0'
3737
```
3838

3939
## Usage

0 commit comments

Comments
 (0)