## Changelog

### v0.2.2 (2015-10-06)

* enhancements
  * Elixir version ~> 1.1
  * Upgrade dependency versions

### v0.2.1 (2015-09-30)

* bug fix
  * Remove invalid RSA validate_message_size/1

### v0.2.0 (2015-08-22)

* enhancements
  * JsonWebToken, Jwt, and Jws verify/2 return values for successful verification

### v0.1.1 (2015-08-10)

* enhancements
  * Jwt and Jws verify/2 return values for failed verification
  * RsaUtil path_to_keys

### v0.1.0 (2015-08-02)

* enhancements
  * ECDSA signature validation

### v0.0.1 (2015-07-31)

* initial
  * initial release, supporting HMAC, RSASSA-PKCS-v1_5, and ECDSA encryption algorithms
