From 268038b363c7a8d7306b8e35bf77a1fde4b0c402 Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Thu, 16 Jun 2016 12:14:24 -0700 Subject: [PATCH] v2.7.0 --- VERSION_HISTORY.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md index 3918734..ecad0d7 100644 --- a/VERSION_HISTORY.md +++ b/VERSION_HISTORY.md @@ -1,8 +1,15 @@ ## `jwt-go` Version History -#### 2.6.0 +#### 2.7.0 -This will likely be the last backwards compatible release before 3.0.0. +This will likely be the last backwards compatible release before 3.0.0, excluding essential bug fixes. + +* Added new option `-show` to the `jwt` command that will just output the decoded token without verifying +* Error text for expired tokens includes how long it's been expired +* Fixed incorrect error returned from `ParseRSAPublicKeyFromPEM` +* Documentation updates + +#### 2.6.0 * Exposed inner error within ValidationError * Fixed validation errors when using UseJSONNumber flag