File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 3.8.0] ( https://github.com/auth0/java-jwt/tree/3.8.0 ) (2019-03-14)
4
+ [ Full Changelog] ( https://github.com/auth0/java-jwt/compare/3.7.0...3.8.0 )
5
+
6
+ ** Added**
7
+ - Support multiple issuers #246 [ \# 288] ( https://github.com/auth0/java-jwt/pull/288 ) ([ itdevelopmentapps] ( https://github.com/itdevelopmentapps ) )
8
+
3
9
## [ 3.7.0] ( https://github.com/auth0/java-jwt/tree/3.7.0 ) (2019-01-29)
4
10
[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/3.6.0...3.7.0 )
5
11
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o
18
18
<dependency >
19
19
<groupId >com.auth0</groupId >
20
20
<artifactId >java-jwt</artifactId >
21
- <version >3.7 .0</version >
21
+ <version >3.8 .0</version >
22
22
</dependency >
23
23
```
24
24
25
25
### Gradle
26
26
27
27
``` gradle
28
- implementation 'com.auth0:java-jwt:3.7 .0'
28
+ implementation 'com.auth0:java-jwt:3.8 .0'
29
29
```
30
30
31
31
## Available Algorithms
You can’t perform that action at this time.
0 commit comments