Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jan 24, 2019
1 parent f2e666e commit a55854f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.6.0](https://github.com/auth0/java-jwt/tree/3.6.0) (2019-01-24)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.5.0...3.6.0)

**Added**
- Allow to skip "issued at" validation [\#297](https://github.com/auth0/java-jwt/pull/297) ([complanboy2](https://github.com/complanboy2))

## [3.5.0](https://github.com/auth0/java-jwt/tree/3.5.0) (2019-01-03)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.4.1...3.5.0)

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.5.0</version>
<version>3.6.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.5.0'
implementation 'com.auth0:java-jwt:3.6.0'
```

## Available Algorithms
Expand Down

0 comments on commit a55854f

Please sign in to comment.