#### v1.1.0 2018-06-17 * Adds RSA token support * Supports specifying custom headers * Supports skipping verification and validation * BREAKING: uses enum to select JWT Algorithm #### v0.3.0 2018-06-17 * Compatibility with Crystal 0.25 #### v0.2.3 2018-05-28 * Joined crystal-community org #### v0.2.2 2016-12-12 * Compatibility with Crystal 0.20 (alanwillms) #### v0.2.1 2016-11-21 * Compatibility with Crystal 0.19 (akwiatkowski) #### v0.2.0 2016-05-18 * Migrate to Crystal 0.17.0 * `JWT.decode` returns Tuple instead of Array #### v0.1.1 2016-01-29 * Support of all JWT claims #### v0.1.0 2016-01-24 * First public release