Skip to content

Commit

Permalink
Merge pull request #218 from auth0/perform-release
Browse files Browse the repository at this point in the history
Release 3.3.0
  • Loading branch information
lbalmaceda authored Nov 6, 2017
2 parents 4eb4b62 + d6a5f7c commit 7dcea42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [3.3.0](https://github.com/auth0/java-jwt/tree/3.3.0) (2017-11-06)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.2.0...3.3.0)
**Closed issues**
- Wrong ES256 signature length [\#187](https://github.com/auth0/java-jwt/issues/187)

**Fixed**
- Rework ECDSA [\#212](https://github.com/auth0/java-jwt/pull/212) ([lbalmaceda](https://github.com/lbalmaceda))
- Instantiate exception only when required [\#198](https://github.com/auth0/java-jwt/pull/198) ([rumdidumdum](https://github.com/rumdidumdum))

## [3.2.0](https://github.com/auth0/java-jwt/tree/3.2.0) (2017-05-04)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.1.0...3.2.0)
**Closed issues**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
```

### Gradle

```gradle
compile 'com.auth0:java-jwt:3.2.0'
compile 'com.auth0:java-jwt:3.3.0'
```

## Available Algorithms
Expand Down

0 comments on commit 7dcea42

Please sign in to comment.