Skip to content

Commit

Permalink
Merge pull request #465 from auth0/release-3.12.0
Browse files Browse the repository at this point in the history
Release 3.12.0
  • Loading branch information
jimmyjames authored Dec 18, 2020
2 parents f616bad + 58439f4 commit 6b80254
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [3.12.0](https://github.com/auth0/java-jwt/tree/3.12.0) (2020-12-18)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.11.0...3.12.0)

**Changed**
- Thread-safe classes should be Shared statically [\#462](https://github.com/auth0/java-jwt/pull/462) ([LeeHainie](https://github.com/LeeHainie))

**Security**
- Update jackson-databind to 2.10.5.1 (fixes CVE-2020-25649) [\#463](https://github.com/auth0/java-jwt/pull/463) ([overheadhunter](https://github.com/overheadhunter))

**Breaking changes**
- Target Java 8 [\#455](https://github.com/auth0/java-jwt/pull/455) ([lbalmaceda](https://github.com/lbalmaceda))

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,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.11.0</version>
<version>3.12.0</version>
</dependency>
```

### Gradle

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

## Available Algorithms
Expand Down

0 comments on commit 6b80254

Please sign in to comment.