Commit ca2a4fe 1 parent 0323507 commit ca2a4fe Copy full SHA for ca2a4fe
File tree 2 files changed +4
-2
lines changed
lib/sensu-plugins-windows
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.8.1] - 2018-07-19
9
10
### Fixed
10
11
- metric-windows-cpu-load.ps1: report the correct metric value for interrupts (@makaveli0129 )
11
12
- 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/)
169
170
### Added
170
171
- Initial release
171
172
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
173
175
[ 2.8.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0
174
176
[ 2.7.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.6.0...2.7.0
175
177
[ 2.6.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.5.0...2.6.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsWindows
2
2
module Version
3
3
MAJOR = 2
4
4
MINOR = 8
5
- PATCH = 0
5
+ PATCH = 1
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments