Skip to content

Commit 1f8449d

Browse files
committed
Release 3.0.2
1 parent 725cd89 commit 1f8449d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.0.2](https://github.com/auth0/java-jwt/tree/3.0.2) (2016-12-13)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.0.1...3.0.2)
5+
6+
**Fixed**
7+
- Add targetCompatibility to 1.7 [\#121](https://github.com/auth0/java-jwt/pull/121) ([hzalaz](https://github.com/hzalaz))
8+
39
## [3.0.1](https://github.com/auth0/java-jwt/tree/3.0.0) (2016-12-05)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.0.0...3.0.1)
511

@@ -41,4 +47,4 @@ The library implements JWT Verification and Signing using the following algorith
4147
| RS512 | RSA512 | RSASSA-PKCS1-v1_5 with SHA-512 |
4248
| ES256 | ECDSA256 | ECDSA with curve P-256 and SHA-256 |
4349
| ES384 | ECDSA384 | ECDSA with curve P-384 and SHA-384 |
44-
| ES512 | ECDSA512 | ECDSA with curve P-521 and SHA-512 |
50+
| ES512 | ECDSA512 | ECDSA with curve P-521 and SHA-512 |

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.1</version>
19+
<version>3.0.2</version>
2020
</dependency>
2121
```
2222

2323
### Gradle
2424

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

2929
## Available Algorithms

0 commit comments

Comments
 (0)