Sha256: 7b84634dc7dfc3b44e1c3564f76cbe14d13c18ea816d768e8d68e391c6b78cad

Contents?: true

Size: 865 Bytes

Versions: 1

Compression:

Stored size: 865 Bytes

Contents

# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.1] - 2015-11-26

### Fixed

- Fix issue with Ruby < 2.1 where we called `Module#include` as a public method. (It was only made public in 2.1.)

## [0.3.0] - 2015-11-23

### Added

- There is now an app generator that can be used to create a new app. This can be accessed via the `webhook_handler` binary.

## [0.2.0] - 2015-11-23

### Changed

- Specified versions of sinatra and sidekiq the gem works with in the gemspec.

## 0.1.0 - 2015-11-23

- Initial release

[0.2.0]: https://github.com/chrismytton/webhook_handler/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/chrismytton/webhook_handler/compare/v0.2.0...v0.3.0
[0.3.1]: https://github.com/chrismytton/webhook_handler/compare/v0.3.0...v0.3.1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webhook_handler-0.3.1 CHANGELOG.md