Skip to content

Commit

Permalink
Merge pull request #12 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 Jun 20, 2016
2 parents 7401c53 + 86a7ccf commit 0a39a2b
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]
### Changed
- Updated Rubocop to 0.40, applied auto-correct
- Loosened dependency on sensu-plugin from `= 1.2.0` to `~> 1.2`
Expand Down Expand Up @@ -45,7 +47,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/0.0.6...HEAD
[unreleased]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.0.0...HEAD
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/0.0.6...1.0.0
[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/0.0.5...0.0.6
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/0.0.4...0.0.5
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-ssl/compare/0.0.3...0.0.4
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-ssl/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsSSL
module Version
MAJOR = 0
MAJOR = 1
MINOR = 0
PATCH = 6
PATCH = 0

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

0 comments on commit 0a39a2b

Please sign in to comment.