Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Feb 22, 2021
1 parent e3fa4b2 commit 8f48f1d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [0.16.0](https://github.com/auth0/jwks-rsa-java/tree/0.16.0) (2021-02-22)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.15.0...0.16.0)

**Added**
- Support Elliptic Curve public keys [\#110](https://github.com/auth0/jwks-rsa-java/pull/110) ([JesseEstum](https://github.com/JesseEstum))

**Fixed**
- toString should return kty instead of kyt [\#108](https://github.com/auth0/jwks-rsa-java/pull/108) ([pevers](https://github.com/pevers))

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

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.15.0</version>
<version>0.16.0</version>
</dependency>
```

### Gradle

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

## Usage
Expand Down

0 comments on commit 8f48f1d

Please sign in to comment.