All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.5.0 - 2022-03-09
- Validate using SHA256 instead of SHA1 #3
0.4.0 - 2016-03-25
- Call
env['rack.input'].rewind
after reading from it. Thanks @ppworks for the patch.
0.3.0 - 2015-11-29
- Internal refactor to separate out
Signature
class.
0.2.0 - 2015-11-29
- Don't error when there's no 'X-Hub-Signature' header.
- Initial release