From 986be18ace3a9b8f550cbb6e0674a3880b457b15 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Mon, 14 Mar 2022 10:36:18 -0500 Subject: [PATCH] Release 3.19.0 --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8231d4..84686b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [3.19.0](https://github.com/auth0/java-jwt/tree/3.19.0) (2022-03-14) +[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.3...3.19.0) + +**Deprecated** +- Deprecate ES256K Algorithm [\#543](https://github.com/auth0/java-jwt/pull/543) ([poovamraj](https://github.com/poovamraj)) + +**Fixed** +- fix typos in JWTVerifier#verify docstring [\#526](https://github.com/auth0/java-jwt/pull/526) ([OdunlamiZO](https://github.com/OdunlamiZO)) + +**Security** +- Bump `jackson-databind` dependency to 2.13.2 [\#542](https://github.com/auth0/java-jwt/pull/542) ([evansims](https://github.com/evansims)) + ## [3.18.3](https://github.com/auth0/java-jwt/tree/3.18.3) (2022-01-13) [Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.2...3.18.3) diff --git a/README.md b/README.md index 9fbb2138..0f847cca 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p com.auth0 java-jwt - 3.18.3 + 3.19.0 ``` ### Gradle ```gradle -implementation 'com.auth0:java-jwt:3.18.3' +implementation 'com.auth0:java-jwt:3.19.0' ``` ## Available Algorithms