Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed May 2, 2019
1 parent e6ec173 commit 6a9ec80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.8.1](https://github.com/auth0/jwks-rsa-java/tree/0.8.1) (2019-05-02)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.8.0...0.8.1)

**Fixed**
- Add content-type header to the jwks request [\#59](https://github.com/auth0/jwks-rsa-java/pull/59) ([lbalmaceda](https://github.com/lbalmaceda))

## [0.8.0](https://github.com/auth0/jwks-rsa-java/tree/0.8.0) (2019-03-28)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.7.0...0.8.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.8.0'
implementation 'com.auth0:jwks-rsa:0.8.1'
```

## Usage
Expand Down

0 comments on commit 6a9ec80

Please sign in to comment.