From 55b82fd339850a9fccd86e2b56c8941a128cf961 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Mon, 13 Jul 2026 11:45:36 +0530 Subject: [PATCH] Release 4.6.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 689f7fbd..28446a5e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.5.2 \ No newline at end of file +4.6.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 475c4d40..deb1c961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [4.6.0](https://github.com/auth0/java-jwt/tree/4.6.0) (2026-07-13) +[Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.2...4.6.0) + +**Added** +- feat: Add PS256 Support [\#788](https://github.com/auth0/java-jwt/pull/788) ([tanya732](https://github.com/tanya732)) +- Report out-of-range NumericDate claims distinctly from non-numeric ones [\#774](https://github.com/auth0/java-jwt/pull/774) ([arpitjain099](https://github.com/arpitjain099)) + ## [4.5.2](https://github.com/auth0/java-jwt/tree/4.5.2) (2026-04-29) [Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.1...4.5.2) diff --git a/README.md b/README.md index 6a7777d9..c51869a3 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ Add the dependency via Maven: com.auth0 java-jwt - 4.5.2 + 4.6.0 ``` or Gradle: ```gradle -implementation 'com.auth0:java-jwt:4.5.2' +implementation 'com.auth0:java-jwt:4.6.0' ``` ### Create a JWT