From b606e8202f3c6bf1bd050eda389144e37d457548 Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Thu, 8 Mar 2018 11:16:21 -0800 Subject: [PATCH] documenting changes for upcoming 3.2.0 release --- VERSION_HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md index c21551f..14f7279 100644 --- a/VERSION_HISTORY.md +++ b/VERSION_HISTORY.md @@ -1,5 +1,10 @@ ## `jwt-go` Version History +#### 3.2.0 + +* Added method `ParseUnverified` to allow users to split up the tasks of parsing and validation +* HMAC signing method returns `ErrInvalidKeyType` instead of `ErrInvalidKey` where appropriate + #### 3.1.0 * Improvements to `jwt` command line tool