From f6ca29ce73d444e45afb2e4590692513863a879c Mon Sep 17 00:00:00 2001 From: andy317 <129303424+andy317fe301f8c7@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:12:29 -0500 Subject: [PATCH] Release 0.8.1 (#123) Co-authored-by: Andy Jung --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efe2a76..c80e5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Changed** +- Fix for JsonIOException when making request + + ## [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) diff --git a/README.md b/README.md index bfa5f27..de93d78 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.0' +implementation 'com.auth0.android:guardian:0.8.1' ``` ## Usage