Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jan 3, 2019
1 parent 22b9919 commit 3f3ad9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

**Changed**
- Throw correct exception when key is not of type RSA [\#48](https://github.com/auth0/jwks-rsa-java/pull/48) ([lbalmaceda](https://github.com/lbalmaceda))

**Security**
- Bump jackson-databind to patch security issues [\#49](https://github.com/auth0/jwks-rsa-java/pull/49) ([lbalmaceda](https://github.com/lbalmaceda))

## [0.6.1](https://github.com/auth0/jwks-rsa-java/tree/0.6.1) (2018-10-24)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.6.0...0.6.1)

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.6.1</version>
<version>0.7.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.6.1'
implementation 'com.auth0:jwks-rsa:0.7.0'
```

## Usage
Expand Down

0 comments on commit 3f3ad9f

Please sign in to comment.