version 2.1.0

This commit is contained in:
Dave Grijalva 2014-09-30 12:21:30 -07:00
parent e82659ca5b
commit d82ad649e4
1 changed files with 6 additions and 0 deletions

View File

@ -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.