This commit is contained in:
Dave Grijalva 2016-06-16 12:14:24 -07:00
parent c04502f106
commit 268038b363
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,15 @@
## `jwt-go` Version History ## `jwt-go` Version History
#### 2.6.0 #### 2.7.0
This will likely be the last backwards compatible release before 3.0.0. This will likely be the last backwards compatible release before 3.0.0, excluding essential bug fixes.
* 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 * Exposed inner error within ValidationError
* Fixed validation errors when using UseJSONNumber flag * Fixed validation errors when using UseJSONNumber flag