v0.3.1
- Any unhandled error is now logged to the configured rails logger by default. You can also now supply a custom callable that will be used to handle those exceptions instead.
- Fix a bug where an exception was raised when the patch endpoint receive a malformed or enexpected request.
- Loosen JWT requirements thanks @leesmith !