Skip to content

Commit

Permalink
Merge pull request #6 from sensu-plugins/release/1.0.0
Browse files Browse the repository at this point in the history
release version 1.0.0
  • Loading branch information
eheydrick authored Jul 14, 2016
2 parents a14d82f + ccd4b02 commit 97c9628
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [1.0.0] - 2016-07-14
### Changed
- Changed dependency on sensu-plugin from strict (= 1.2.0) to pessimistic (~> 1.2)
- Silenced Object#timeout deprecation warnings under Ruby 2.3 by using Timeout.timeout instead.
Expand All @@ -19,5 +21,6 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-pushover/compare/0.0.2...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-pushover/compare/1.0.0...HEAD
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-pushover/compare/0.0.2...1.0.0
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-pushover/compare/0.0.1...0.0.2
4 changes: 2 additions & 2 deletions lib/sensu-plugins-pushover/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsPushover
module Version
MAJOR = 0
MAJOR = 1
MINOR = 0
PATCH = 2
PATCH = 0

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

0 comments on commit 97c9628

Please sign in to comment.