X Tutup
Skip to content

Commit 140802c

Browse files
committed
Release 3.1.0
1 parent 9a79032 commit 140802c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [3.1.0](https://github.com/auth0/java-jwt/tree/3.1.0) (2017-01-04)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.0.2...3.1.0)
5+
6+
**Added**
7+
- Make Clock customization accessible for verification [\#125](https://github.com/auth0/java-jwt/pull/125) ([lbalmaceda](https://github.com/lbalmaceda))
8+
- Add getter for all the Payload's Claims [\#124](https://github.com/auth0/java-jwt/pull/124) ([lbalmaceda](https://github.com/lbalmaceda))
9+
- Accept Array type on verification and creation. [\#123](https://github.com/auth0/java-jwt/pull/123) ([lbalmaceda](https://github.com/lbalmaceda))
10+
311
## [3.0.2](https://github.com/auth0/java-jwt/tree/3.0.2) (2016-12-13)
412
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.0.1...3.0.2)
513

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ A Java implementation of [JSON Web Tokens (draft-ietf-oauth-json-web-token-08)](
1616
<dependency>
1717
<groupId>com.auth0</groupId>
1818
<artifactId>java-jwt</artifactId>
19-
<version>3.0.2</version>
19+
<version>3.1.0</version>
2020
</dependency>
2121
```
2222

2323
### Gradle
2424

2525
```gradle
26-
compile 'com.auth0:java-jwt:3.0.2'
26+
compile 'com.auth0:java-jwt:3.1.0'
2727
```
2828

2929
## Available Algorithms

0 commit comments

Comments
 (0)
X Tutup