Skip to content

Commit 8930e46

Browse files
committed
Release 3.4.0
1 parent f7f1192 commit 8930e46

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/auth0/java-jwt/tree/3.4.0) (2018-06-13)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.3.0...3.4.0)
5+
6+
**Changed**
7+
- Fix for issue #236 - refactored HMACAlgorithm so that it doesn't throw an UnsupportedEncodingException [\#242](https://github.com/auth0/java-jwt/pull/242) ([obecker](https://github.com/obecker))
8+
- Throw JWTDecodeException when date claim format is invalid [\#241](https://github.com/auth0/java-jwt/pull/241) ([lbalmaceda](https://github.com/lbalmaceda))
9+
10+
**Security**
11+
- Bump Jackson dependency [\#244](https://github.com/auth0/java-jwt/pull/244) ([skjolber](https://github.com/skjolber))
12+
313
## [3.3.0](https://github.com/auth0/java-jwt/tree/3.3.0) (2017-11-06)
414
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.2.0...3.3.0)
515
**Closed issues**

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

2525
### Gradle
2626

2727
```gradle
28-
compile 'com.auth0:java-jwt:3.3.0'
28+
compile 'com.auth0:java-jwt:3.4.0'
2929
```
3030

3131
## Available Algorithms

0 commit comments

Comments
 (0)