Skip to content

Commit

Permalink
Merge pull request #106 from auth0/release-0.15.0
Browse files Browse the repository at this point in the history
Release 0.15.0
  • Loading branch information
jimmyjames committed Nov 18, 2020
2 parents 08c9c71 + a976230 commit 5d1e06c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.15.0](https://github.com/auth0/jwks-rsa-java/tree/0.15.0) (2020-11-16)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.14.1...0.15.0)

**Changed**
- Target Java 8 [\#105](https://github.com/auth0/jwks-rsa-java/pull/105) ([lbalmaceda](https://github.com/lbalmaceda))

## [0.14.1](https://github.com/auth0/jwks-rsa-java/tree/0.14.1) (2020-11-05)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.14.0...0.14.1)

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.14.1</version>
<version>0.15.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.14.1'
implementation 'com.auth0:jwks-rsa:0.15.0'
```

## Usage
Expand Down

0 comments on commit 5d1e06c

Please sign in to comment.