3.1.0 changelog

This commit is contained in:
Dave Grijalva 2017-10-19 14:57:19 -07:00
parent a539ee1a74
commit dbeaa9332f
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
## `jwt-go` Version History
#### 3.1.0
* Improvements to `jwt` command line tool
* Added `SkipClaimsValidation` option to `Parser`
* Documentation updates
#### 3.0.0
* **Compatibility Breaking Changes**: See MIGRATION_GUIDE.md for tips on updating your code