Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrijalva committed Jun 16, 2016
1 parent c04502f commit 268038b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## `jwt-go` Version History

#### 2.6.0
#### 2.7.0

This will likely be the last backwards compatible release before 3.0.0, excluding essential bug fixes.

This will likely be the last backwards compatible release before 3.0.0.
* Added new option `-show` to the `jwt` command that will just output the decoded token without verifying
* Error text for expired tokens includes how long it's been expired
* Fixed incorrect error returned from `ParseRSAPublicKeyFromPEM`
* Documentation updates

#### 2.6.0

* Exposed inner error within ValidationError
* Fixed validation errors when using UseJSONNumber flag
Expand Down

0 comments on commit 268038b

Please sign in to comment.