Skip to content

Commit b6ba1d0

Browse files
committed
prep for 5.1.2 release
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent e4d2d93 commit b6ba1d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

66
## [Unreleased]
7+
8+
## [5.1.2] - 2020-05-20
79
### Fixed
810
- check-disk-usage.rb: More accurate disk percent usage ignoring privileged bytes (@SaviourSelf)
911

@@ -226,7 +228,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
226228
### Added
227229
- initial release
228230

229-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.1...HEAD
231+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.2...HEAD
232+
[5.1.2]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.1...5.1.2
230233
[5.1.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...5.1.1
231234
[5.1.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
232235
[5.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1

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 = 1
7+
PATCH = 2
88

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

0 commit comments

Comments
 (0)