Skip to content

Commit d6a5f7c

Browse files
committed
Release 3.3.0
1 parent 4eb4b62 commit d6a5f7c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [3.3.0](https://github.com/auth0/java-jwt/tree/3.3.0) (2017-11-06)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.2.0...3.3.0)
5+
**Closed issues**
6+
- Wrong ES256 signature length [\#187](https://github.com/auth0/java-jwt/issues/187)
7+
8+
**Fixed**
9+
- Rework ECDSA [\#212](https://github.com/auth0/java-jwt/pull/212) ([lbalmaceda](https://github.com/lbalmaceda))
10+
- Instantiate exception only when required [\#198](https://github.com/auth0/java-jwt/pull/198) ([rumdidumdum](https://github.com/rumdidumdum))
11+
312
## [3.2.0](https://github.com/auth0/java-jwt/tree/3.2.0) (2017-05-04)
413
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.1.0...3.2.0)
514
**Closed issues**

README.md

Lines changed: 2 additions & 2 deletions
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.2.0</version>
21+
<version>3.3.0</version>
2222
</dependency>
2323
```
2424

2525
### Gradle
2626

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

3131
## Available Algorithms

0 commit comments

Comments
 (0)