Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
4.5.2
4.6.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,14 +56,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.5.2</version>
<version>4.6.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:java-jwt:4.5.2'
implementation 'com.auth0:java-jwt:4.6.0'
```

### Create a JWT
Expand Down
Loading