Skip to content

Commit 18e8b8b

Browse files
committed
Release 3.9.0
1 parent d89d746 commit 18e8b8b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [3.9.0](https://github.com/auth0/java-jwt/tree/3.9.0) (2020-01-02)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.3...3.9.0)
5+
6+
**Added**
7+
- Support serialization of DecodedJWT [\#370](https://github.com/auth0/java-jwt/pull/370) ([jimmyjames](https://github.com/jimmyjames))
8+
9+
**Fixed**
10+
- Fixing JwtCreator builder when setting headers as a map [\#320](https://github.com/auth0/java-jwt/pull/320) ([maxbalan](https://github.com/maxbalan))
11+
312
## [3.8.3](https://github.com/auth0/java-jwt/tree/3.8.3) (2019-09-25)
413
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.2...3.8.3)
514

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o
1818
<dependency>
1919
<groupId>com.auth0</groupId>
2020
<artifactId>java-jwt</artifactId>
21-
<version>3.8.3</version>
21+
<version>3.9.0</version>
2222
</dependency>
2323
```
2424

2525
### Gradle
2626

2727
```gradle
28-
implementation 'com.auth0:java-jwt:3.8.3'
28+
implementation 'com.auth0:java-jwt:3.9.0'
2929
```
3030

3131
## Available Algorithms

0 commit comments

Comments
 (0)