Skip to content

Commit

Permalink
Release 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Feb 1, 2022
1 parent daf0c34 commit a175d30
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.2](https://github.com/auth0/jwks-rsa-java/tree/0.20.2) (2022-02-01)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.20.1...0.20.2)

**Changed**
- Configure cache with TimeUnit instead of Duration [\#140](https://github.com/auth0/jwks-rsa-java/pull/140) ([jimmyjames](https://github.com/jimmyjames))

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

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.1</version>
<version>0.20.2</version>
</dependency>
```

### Gradle

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

## Usage
Expand Down

0 comments on commit a175d30

Please sign in to comment.