From 3c7498b9451882832f0589cf92f536d0e4e6abd6 Mon Sep 17 00:00:00 2001 From: Ionut Manolache Date: Fri, 15 Mar 2024 10:51:45 -0400 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6ed56..efe2a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.8.0](https://github.com/auth0/Guardian.Android/tree/0.8.0) (2024-03-15) +[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.7.0...0.8.0) + +**Changed** +- Add telemetry to track usage + + ## [0.7.0](https://github.com/auth0/Guardian.Android/tree/0.6.0) (2023-11-01) [Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.6.0...0.7.0) diff --git a/README.md b/README.md index adafbfa..bfa5f27 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.7.0' +implementation 'com.auth0.android:guardian:0.8.0' ``` ## Usage