Skip to content

Commit

Permalink
Release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jan 17, 2022
1 parent cd98ae5 commit 95bd300
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## [0.20.1](https://github.com/auth0/jwks-rsa-java/tree/0.20.1) (2022-01-17)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.20.0...0.20.1)

**Security**
- Update jackson dependency [\#138](https://github.com/auth0/jwks-rsa-java/pull/138) ([poovamraj](https://github.com/poovamraj))

## [0.20.0](https://github.com/auth0/jwks-rsa-java/tree/0.20.0) (2021-10-11)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.19.0...0.20.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,14 +12,14 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.20.0'
implementation 'com.auth0:jwks-rsa:0.20.1'
```

## Usage
Expand Down

0 comments on commit 95bd300

Please sign in to comment.