From 7ec69c944a9aeecad9ba676272e4e3f1d6212f9e Mon Sep 17 00:00:00 2001 From: Ionut Manolache Date: Wed, 29 Jan 2025 13:40:52 -0500 Subject: [PATCH] Release 0.9.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index bd52db8..899f24f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.0 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c80e5f9..b71a587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Changed** +- Add support for fetching rich consents + ## [0.8.1](https://github.com/auth0/Guardian.Android/tree/0.8.1) (2024-12-11) [Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.0...0.8.1) diff --git a/README.md b/README.md index 4310a50..fb4f4ef 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.8.1' +implementation 'com.auth0.android:guardian:0.9.0' ``` ## Usage