Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andy317fe301f8c7 committed Dec 11, 2024
1 parent cd1f75e commit b82bdb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b82bdb5

Please sign in to comment.