Skip to content

Commit

Permalink
Merge pull request #155 from auth0/release/0.21.2
Browse files Browse the repository at this point in the history
Release 0.21.2
  • Loading branch information
jimmyjames committed Sep 16, 2022
2 parents 0f348f4 + bdf7f3f commit bdabff2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## [0.21.2](https://github.com/auth0/jwks-rsa-java/tree/0.21.2) (2022-09-15)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.21.1...0.21.2)

**Changed**
- Update Gradle OSS plugin [\#154](https://github.com/auth0/jwks-rsa-java/pull/154) ([jimmyjames](https://github.com/jimmyjames))

**Fixed**
- Clarify that getting a JWK is a synchronous operation [\#151](https://github.com/auth0/jwks-rsa-java/pull/151) ([jimmyjames](https://github.com/jimmyjames))
- [SDK-3623] Fix ECPoint construction for getting public key [\#153](https://github.com/auth0/jwks-rsa-java/pull/153) ([jimmyjames](https://github.com/jimmyjames))

## [0.21.1](https://github.com/auth0/jwks-rsa-java/tree/0.21.1) (2022-03-30)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.21.0...0.21.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.21.1</version>
<version>0.21.2</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.21.1'
implementation 'com.auth0:jwks-rsa:0.21.2'
```

## Usage
Expand Down

0 comments on commit bdabff2

Please sign in to comment.