Skip to content

Commit

Permalink
Merge pull request #142 from sensu-plugins/5.0.1-prep
Browse files Browse the repository at this point in the history
prepare for 5.0.1 release
  • Loading branch information
Jef Spaleta authored Dec 11, 2019
2 parents 241ce0f + da3d5d8 commit 0bd8703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [5.0.1] - 2019-12-10
### Changed
- Updated readme for compliance with proposed plugins style guide
- Updated sys-filesystem gem dependency from 1.1.7 to 1.3.2

### Added
Expand Down Expand Up @@ -210,7 +212,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...HEAD
[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
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.1...4.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-disk-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsDiskChecks
module Version
MAJOR = 5
MINOR = 0
PATCH = 0
PATCH = 1

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

0 comments on commit 0bd8703

Please sign in to comment.