diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..20c43da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.2 - 2017-10-18] +### Added +Allow usage with newer versions of heartcheck + +## 0.0.1 - 2015-11-27 +### Added +Create gem + +[Unreleased]: https://github.com/locaweb/heartcheck-resque/compare/master....HEAD +[0.0.2 - 2017-10-18]: https://github.com/locaweb/heartcheck-resque/releases/tag/v0.0.2 diff --git a/README.md b/README.md index 0150a8e..30ab250 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add this line to your application's Gemfile: ```ruby -gem 'heartcheck/resque' +gem 'heartcheck-resque' ``` And then execute: diff --git a/lib/heartcheck/resque/version.rb b/lib/heartcheck/resque/version.rb index 078e810..c10a9f3 100644 --- a/lib/heartcheck/resque/version.rb +++ b/lib/heartcheck/resque/version.rb @@ -1,5 +1,5 @@ module Heartcheck module Resque - VERSION = '0.0.2' + VERSION = '0.0.2'.freeze end end