Skip to content

Commit

Permalink
Merge pull request #5 from sensu-plugins/release/0.1.1
Browse files Browse the repository at this point in the history
release version 0.1.1
  • Loading branch information
cwjohnston authored Aug 19, 2016
2 parents 9092726 + 79c30ee commit 689817a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## [Unreleased]

## [0.1.1] - 2016-08-18
### Changed
- Updated sensu-plugin dependency from `= 1.2.0` to `~> 1.2.0`

## [0.1.0] - 2015-10-14
### Added
- Updated README
Expand All @@ -21,6 +25,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.1.1...HEAD
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.0.2...0.1.0
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.0.1...0.0.2
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-flowdock/compare/0.0.1...0.0.2
2 changes: 1 addition & 1 deletion lib/sensu-plugins-flowdock/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsFlowdock
module Version
MAJOR = 0
MINOR = 1
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 689817a

Please sign in to comment.