Skip to content

Commit

Permalink
Release 0.20.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 11, 2021
1 parent afb7b0f commit a58e679
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

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

**Added**
- Expose read/connect timeouts in the JwkProviderBuilder class [\#133](https://github.com/auth0/jwks-rsa-java/pull/133) ([lbalmaceda](https://github.com/lbalmaceda))

**Changed**
- Use Duration in JwkProviderBuilder [\#130](https://github.com/auth0/jwks-rsa-java/pull/130) ([ghostd](https://github.com/ghostd))

## [0.19.0](https://github.com/auth0/jwks-rsa-java/tree/0.19.0) (2021-07-05)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.18.0...0.19.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.19.0</version>
<version>0.20.0</version>
</dependency>
```

### Gradle

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

## Usage
Expand Down

0 comments on commit a58e679

Please sign in to comment.