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