Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Aug 15, 2019
1 parent fc831f7 commit c3479ae
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.3](https://github.com/auth0/jwks-rsa-java/tree/0.8.3) (2019-08-15)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.8.2...0.8.3)

**Security**
- Update dependencies [\#65](https://github.com/auth0/jwks-rsa-java/pull/65) ([jimmyjames](https://github.com/jimmyjames))

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

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.2</version>
<version>0.8.3</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.8.2'
implementation 'com.auth0:jwks-rsa:0.8.3'
```

## Usage
Expand Down

0 comments on commit c3479ae

Please sign in to comment.