Skip to content

Commit c423c26

Browse files
author
Todd Campbell
authored
Merge pull request #155 from sensu-plugins/pre_release/5.1.1
make bonsai happy again
2 parents 4acacf0 + 50e7078 commit c423c26

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [5.1.1] - 2020-04-22
9+
### Changed
10+
- Removed centos from .bonsai.yml to make Bonsai happy again
11+
812
## [5.1.0] - 2020-04-22
913
### Changed
1014
- Updated bundler dependancy to '~> 2.1'
@@ -220,7 +224,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
220224
### Added
221225
- initial release
222226

223-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...HEAD
227+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.1...HEAD
228+
[5.1.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...5.1.1
224229
[5.1.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
225230
[5.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
226231
[5.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0

lib/sensu-plugins-disk-checks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module SensuPluginsDiskChecks
44
module Version
55
MAJOR = 5
66
MINOR = 1
7-
PATCH = 0
7+
PATCH = 1
88

99
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1010
end

0 commit comments

Comments
 (0)