Skip to content

Commit

Permalink
prep for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 19, 2018
1 parent 997e2f4 commit dddbf40
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 @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## [Unreleased]


## [2.0.0] - 2018-07-18
### Breaking Changes
- removed ruby `< 2.3` support (@majormoses)
- bumped dependency of `sensu-plugin` to `~> 2.5` you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses)
Expand Down Expand Up @@ -53,7 +55,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- Initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-lvm/compare/1.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-lvm/compare/2.0.0...HEAD
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-lvm/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/sensu-plugins/sensu-plugins-lvm/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-lvm/compare/0.0.4...1.0.0
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-lvm/compare/0.0.3...0.0.4
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-lvm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module SensuPluginsLvm
module Version
MAJOR = 1
MAJOR = 2
MINOR = 0
PATCH = 1
PATCH = 0

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

0 comments on commit dddbf40

Please sign in to comment.