Skip to content

Commit 31784fb

Browse files
Release 0.8.1
1 parent cd1f75e commit 31784fb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/auth0/Guardian.Android/tree/0.8.1) (2024-12-11)
4+
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.8.0...0.8.1)
5+
6+
**Changed**
7+
- Fix for JsonIOException when making request
8+
9+
310
## [0.8.0](https://github.com/auth0/Guardian.Android/tree/0.8.0) (2024-03-15)
411
[Full Changelog](https://github.com/auth0/Guardian.Android/compare/0.7.0...0.8.0)
512

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

3939
## Usage

0 commit comments

Comments
 (0)