Commit 6d8e567 1 parent f9e38f4 commit 6d8e567 Copy full SHA for 6d8e567
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.0] - 2018-05-10
9
10
### Added
10
11
- check-windows-directory.ps1, added plugin to check if a directory exist (@patricewhite ).
11
12
@@ -164,7 +165,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
164
165
### Added
165
166
- Initial release
166
167
167
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...HEAD
168
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...HEAD
169
+ [ 2.8.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0
168
170
[ 2.7.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.6.0...2.7.0
169
171
[ 2.6.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.5.0...2.6.0
170
172
[ 2.5.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.1...2.5.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsWindows
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 7
4
+ MINOR = 8
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments