Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed May 10, 2021
1 parent c2d2f8e commit af4c671
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.18.0](https://github.com/auth0/jwks-rsa-java/tree/0.18.0) (2021-05-10)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.17.1...0.18.0)

**Changed**
- Remove bintray gradle plugin [\#124](https://github.com/auth0/jwks-rsa-java/pull/124) ([lbalmaceda](https://github.com/lbalmaceda))
- Remove Guava usage where possible [\#121](https://github.com/auth0/jwks-rsa-java/pull/121) ([XakepSDK](https://github.com/XakepSDK))

## [0.17.1](https://github.com/auth0/jwks-rsa-java/tree/0.17.1) (2021-04-19)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.17.0...0.17.1)
**Closed issues**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.17.1</version>
<version>0.18.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.17.1'
implementation 'com.auth0:jwks-rsa:0.18.0'
```

## Usage
Expand Down

0 comments on commit af4c671

Please sign in to comment.