Skip to content

Commit ca2a4fe

Browse files
committed
prep for 2.8.1 release
1 parent 0323507 commit ca2a4fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
66

77
## [Unreleased]
88

9+
## [2.8.1] - 2018-07-19
910
### Fixed
1011
- metric-windows-cpu-load.ps1: report the correct metric value for interrupts (@makaveli0129)
1112
- metric-windows-disk.ps1: fix typo that prevented disk queue length to be reported properly (@makaveli0129)
@@ -169,7 +170,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
169170
### Added
170171
- Initial release
171172

172-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...HEAD
173+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...HEAD
174+
[2.8.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1
173175
[2.8.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0
174176
[2.7.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.6.0...2.7.0
175177
[2.6.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.5.0...2.6.0

lib/sensu-plugins-windows/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsWindows
22
module Version
33
MAJOR = 2
44
MINOR = 8
5-
PATCH = 0
5+
PATCH = 1
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)