Skip to content

Commit

Permalink
Merge pull request #153 from sensu-plugins/pre_release/5.1.0
Browse files Browse the repository at this point in the history
Prep release 5.1.0
  • Loading branch information
Todd Campbell authored Apr 22, 2020
2 parents 9442044 + 7fc7533 commit 450a8f8
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,11 +5,13 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [5.1.0] - 2020-04-22
### Changed
- Updated bundler dependancy to '~> 2.1'
- Added option to ignore privileged bytes
- Updated rubocop dependency to '~> 0.81.0'
- Remediated rubocop issues
- Updated sys-filesystem gem dependency from 1.3.2 to 1.3.4

## [5.0.1] - 2019-12-10
### Changed
Expand Down Expand Up @@ -218,7 +220,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...HEAD
[5.1.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
[5.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.0...4.0.1
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-disk-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module SensuPluginsDiskChecks
module Version
MAJOR = 5
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0

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

0 comments on commit 450a8f8

Please sign in to comment.