Skip to content

Commit

Permalink
Release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jan 2, 2020
1 parent d89d746 commit 18e8b8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [3.9.0](https://github.com/auth0/java-jwt/tree/3.9.0) (2020-01-02)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.3...3.9.0)

**Added**
- Support serialization of DecodedJWT [\#370](https://github.com/auth0/java-jwt/pull/370) ([jimmyjames](https://github.com/jimmyjames))

**Fixed**
- Fixing JwtCreator builder when setting headers as a map [\#320](https://github.com/auth0/java-jwt/pull/320) ([maxbalan](https://github.com/maxbalan))

## [3.8.3](https://github.com/auth0/java-jwt/tree/3.8.3) (2019-09-25)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.2...3.8.3)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.8.3</version>
<version>3.9.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.8.3'
implementation 'com.auth0:java-jwt:3.9.0'
```

## Available Algorithms
Expand Down

0 comments on commit 18e8b8b

Please sign in to comment.