Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 795 Bytes

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 795 Bytes

Change Log

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

0.2.1 - 2020-11-11

Fixed

  • Fix conflict with Sinatra::JSON (#1)

0.2.0 - 2015-11-29

Changed

  • Internal refactor to use signature verification logic from rack-github_webhooks

0.1.0 - 2015-11-29

Added

  • github_event method for getting the value of the X-Github-Event
  • payload method which returns a Hash of the request body after verifying the request signature.