From a2c85815a77d0f951e33ba4db5ae93629a1530af Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Tue, 12 Apr 2016 17:36:00 -0700 Subject: [PATCH] release notes --- VERSION_HISTORY.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 `