Skip to content

Commit 82548a6

Browse files
authoredMar 31, 2023
Release 4.4.0 (#658)
1 parent 652bf7d commit 82548a6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

Diff for: ‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [4.4.0](https://github.com/auth0/java-jwt/tree/4.4.0) (2023-03-31)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.3.0...4.4.0)
5+
6+
**Changed**
7+
- Add support for passing json values for header and payload [\#643](https://github.com/auth0/java-jwt/pull/643) ([andrewrigas](https://github.com/andrewrigas))
8+
- Preserve insertion order for claims [\#656](https://github.com/auth0/java-jwt/pull/656) ([snago](https://github.com/snago))
9+
- Update Jackson to 2.14.2 [\#657](https://github.com/auth0/java-jwt/pull/657) ([jimmyjames](https://github.com/jimmyjames))
10+
311
## [4.3.0](https://github.com/auth0/java-jwt/tree/4.3.0) (2023-02-10)
412
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.2.2...4.3.0)
513

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Add the dependency via Maven:
5050
<dependency>
5151
<groupId>com.auth0</groupId>
5252
<artifactId>java-jwt</artifactId>
53-
<version>4.3.0</version>
53+
<version>4.4.0</version>
5454
</dependency>
5555
```
5656

5757
or Gradle:
5858

5959
```gradle
60-
implementation 'com.auth0:java-jwt:4.3.0'
60+
implementation 'com.auth0:java-jwt:4.4.0'
6161
```
6262

6363
### Create a JWT

0 commit comments

Comments
 (0)
Please sign in to comment.