From d82ad649e4ccf8c73f7e16fdbae22c16047b0962 Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Tue, 30 Sep 2014 12:21:30 -0700 Subject: [PATCH] version 2.1.0 --- VERSION_HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md index 7ee63ba..73d641c 100644 --- a/VERSION_HISTORY.md +++ b/VERSION_HISTORY.md @@ -1,5 +1,11 @@ ## `jwt-go` Version History +#### 2.1.0 + +Backwards compatible API change that was missed in 2.0.0. + +* The `SignedString` method on `Token` now takes `interface{}` instead of `[]byte` + #### 2.0.0 There were two major reasons for breaking backwards compatibility with this update. The first was a refactor required to expand the width of the RSA and HMAC-SHA signing implementations. There will likely be no required code changes to support this change.