Skip to content

Commit a55854f

Browse files
committed
Release 3.6.0
1 parent f2e666e commit a55854f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [3.6.0](https://github.com/auth0/java-jwt/tree/3.6.0) (2019-01-24)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.5.0...3.6.0)
5+
6+
**Added**
7+
- Allow to skip "issued at" validation [\#297](https://github.com/auth0/java-jwt/pull/297) ([complanboy2](https://github.com/complanboy2))
8+
39
## [3.5.0](https://github.com/auth0/java-jwt/tree/3.5.0) (2019-01-03)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.4.1...3.5.0)
511

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.5.0</version>
21+
<version>3.6.0</version>
2222
</dependency>
2323
```
2424

2525
### Gradle
2626

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

3131
## Available Algorithms

0 commit comments

Comments
 (0)