Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Mar 31, 2023
1 parent 652bf7d commit edfbe23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## [4.4.0](https://github.com/auth0/java-jwt/tree/4.4.0) (2023-03-31)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.3.0...4.4.0)

**Changed**
- Add support for passing json values for header and payload [\#643](https://github.com/auth0/java-jwt/pull/643) ([andrewrigas](https://github.com/andrewrigas))
- Preserve insertion order for claims [\#656](https://github.com/auth0/java-jwt/pull/656) ([snago](https://github.com/snago))
- Update Jackson to 2.14.2 [\#657](https://github.com/auth0/java-jwt/pull/657) ([jimmyjames](https://github.com/jimmyjames))

## [4.3.0](https://github.com/auth0/java-jwt/tree/4.3.0) (2023-02-10)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.2.2...4.3.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,14 +50,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:java-jwt:4.3.0'
implementation 'com.auth0:java-jwt:4.4.0'
```

### Create a JWT
Expand Down

0 comments on commit edfbe23

Please sign in to comment.