diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md index 14cf1a8..3918734 100644 --- a/VERSION_HISTORY.md +++ b/VERSION_HISTORY.md @@ -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 `