Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 928 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.5.0 - 2022-03-09

Changed

  • Validate using SHA256 instead of SHA1 #3

0.4.0 - 2016-03-25

Fixed

  • Call env['rack.input'].rewind after reading from it. Thanks @ppworks for the patch.

0.3.0 - 2015-11-29

Changed

  • Internal refactor to separate out Signature class.

0.2.0 - 2015-11-29

Fixed

  • Don't error when there's no 'X-Hub-Signature' header.

0.1.0 - 2015-11-29

  • Initial release