From b446e078d613dc395bf50b08884acbeafb19ce50 Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Thu, 31 Mar 2016 11:13:52 -0700 Subject: [PATCH] version history update --- VERSION_HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md index 9eb7ff9..14cf1a8 100644 --- a/VERSION_HISTORY.md +++ b/VERSION_HISTORY.md @@ -1,5 +1,13 @@ ## `jwt-go` Version History +#### 2.5.0 + +This will likely be the last backwards compatible release before 3.0.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 ` + #### 2.4.0 * Added new type, Parser, to allow for configuration of various parsing parameters