Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Sep 26, 2019
1 parent 9cd63ff commit c9e5bf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [0.9.0](https://github.com/auth0/jwks-rsa-java/tree/0.9.0) (2019-09-26)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.8.3...0.9.0)

**Changed**
- Improve ObjectMapper use [\#68](https://github.com/auth0/jwks-rsa-java/pull/68) ([skjolber](https://github.com/skjolber))
- Concatenate JWKS path with existing path on domain if present [\#67](https://github.com/auth0/jwks-rsa-java/pull/67) ([ltj](https://github.com/ltj))

**Security**
- Update jackson-databind to address CVE [\#72](https://github.com/auth0/jwks-rsa-java/pull/72) ([jimmyjames](https://github.com/jimmyjames))

## [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)

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.3</version>
<version>0.9.0</version>
</dependency>
```

### Gradle

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

## Usage
Expand Down

0 comments on commit c9e5bf9

Please sign in to comment.