release notes

This commit is contained in:
Dave Grijalva 2016-04-12 17:36:00 -07:00
parent 9249eabf87
commit a2c85815a7
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
## `jwt-go` Version History
#### 2.5.0
#### 2.6.0
This will likely be the last backwards compatible release before 3.0.0.
* Exposed inner error within ValidationError
* Fixed validation errors when using UseJSONNumber flag
* Added several unit tests
#### 2.5.0
* Added support for signing method none. You shouldn't use this. The API tries to make this clear.
* Updated/fixed some documentation
* Added more helpful error message when trying to parse tokens that begin with `BEARER `