Skip to content

Commit

Permalink
Merge pull request #102 from sensu-plugins/pre-release/4.1.0
Browse files Browse the repository at this point in the history
Prepping 4.1 release that includes additional asset builds
  • Loading branch information
Jef Spaleta authored Dec 12, 2019
2 parents f58c897 + 8449f2b commit d582eeb
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 @@ -6,6 +6,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]


## [4.1.0] - 2019-12-12
### Added
- Updated asset build targets to support centos6

Expand Down Expand Up @@ -207,7 +209,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
- built against 1.9.3, 2.0, 2.1
- cryptographically signed

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.1.0...HEAD
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...4.1.0
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...3.2.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-process-checks/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsProcessChecks
module Version
MAJOR = 4
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0

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

0 comments on commit d582eeb

Please sign in to comment.