Skip to content

Commit

Permalink
prep for 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Feb 17, 2019
1 parent c67f30b commit 575ae8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### [4.0.0] - 2018-02-17
### Breaking Changes
- remove support for EOL ruby `< 2.3` as they are EOL (@majormoses)

Expand Down Expand Up @@ -167,7 +168,8 @@ The changes in earlier releases are not fully documented but comparison links ar
* [v0.1.1]
* [v0.1.0]

[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/3.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/4.0.0...HEAD
[4.0.0]: https://github.com/sensu-plugins/sensu-plugin/compare/3.0.1...4.0.0
[3.0.1]: https://github.com/sensu-plugins/sensu-plugin/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/sensu-plugins/sensu-plugin/compare/2.7.0...3.0.0
[2.7.0]: https://github.com/sensu-plugins/sensu-plugin/compare/2.6.1...2.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Sensu
module Plugin
VERSION = '3.0.1'
VERSION = '4.0.0'
EXIT_CODES = {
'OK' => 0,
'WARNING' => 1,
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.executables = Dir.glob('bin/**/*.rb').map { |file| File.basename(file) }
s.files = Dir.glob('{bin,lib}/**/*')
s.test_files = Dir['test/*.rb']
s.required_ruby_version = '~> 2.0'
s.required_ruby_version = '>= 2.3'

s.add_dependency 'json', '< 3.0.0'
s.add_dependency 'mixlib-cli', '~> 1.5'
Expand Down

0 comments on commit 575ae8e

Please sign in to comment.