Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrijalva committed Apr 13, 2016
1 parent 9249eab commit a2c8581
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -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 `
Expand Down

0 comments on commit a2c8581

Please sign in to comment.