Skip to content

Commit 8920eed

Browse files
authored
Release 4.6.0 (#789)
1 parent 0525762 commit 8920eed

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.2
1+
4.6.0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [4.6.0](https://github.com/auth0/java-jwt/tree/4.6.0) (2026-07-13)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.2...4.6.0)
5+
6+
**Added**
7+
- feat: Add PS256 Support [\#788](https://github.com/auth0/java-jwt/pull/788) ([tanya732](https://github.com/tanya732))
8+
- 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))
9+
310
## [4.5.2](https://github.com/auth0/java-jwt/tree/4.5.2) (2026-04-29)
411
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.5.1...4.5.2)
512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ Add the dependency via Maven:
5656
<dependency>
5757
<groupId>com.auth0</groupId>
5858
<artifactId>java-jwt</artifactId>
59-
<version>4.5.2</version>
59+
<version>4.6.0</version>
6060
</dependency>
6161
```
6262

6363
or Gradle:
6464

6565
```gradle
66-
implementation 'com.auth0:java-jwt:4.5.2'
66+
implementation 'com.auth0:java-jwt:4.6.0'
6767
```
6868

6969
### Create a JWT

0 commit comments

Comments
 (0)