Skip to content

Commit

Permalink
Release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Sep 25, 2020
1 parent 84c2258 commit c5b785a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [3.11.0](https://github.com/auth0/java-jwt/tree/3.11.0) (2020-09-25)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.10.3...3.11.0)

**Added**
- Add ability to verify claim presence [\#442](https://github.com/auth0/java-jwt/pull/442) ([jimmyjames](https://github.com/jimmyjames))
- Add Support for secp256k1 algorithms (AKA ES256K) [\#439](https://github.com/auth0/java-jwt/pull/439) ([jimmyjames](https://github.com/jimmyjames))

**Fixed**
- Fix and document thread-safety [\#427](https://github.com/auth0/java-jwt/pull/427) ([lbalmaceda](https://github.com/lbalmaceda))
- Wrap IllegalArgumentException into JWTDecodeException [\#426](https://github.com/auth0/java-jwt/pull/426) ([lbalmaceda](https://github.com/lbalmaceda))

## [3.10.3](https://github.com/auth0/java-jwt/tree/3.10.3) (2020-04-24)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.10.2...3.10.3)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.10.3</version>
<version>3.11.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.10.3'
implementation 'com.auth0:java-jwt:3.11.0'
```

## Available Algorithms
Expand Down

0 comments on commit c5b785a

Please sign in to comment.