Commit 51e6fa3 1 parent 67d7ca5 commit 51e6fa3 Copy full SHA for 51e6fa3
File tree 2 files changed +4
-4
lines changed
lib/sensu-plugins-windows
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
5
5
Which is based on [ Keep A Changelog] ( http://keepachangelog.com/ )
6
6
7
7
## [ Unreleased]
8
- ### Added
9
- - ` check-windows-service.rb ` : adds --mount_points option to explicitly specify which drive mounts to check (@absolutejam )
10
8
9
+ ## [ 2.4.0] - 2017-12-08
11
10
### Added
12
11
- minimal ` appveyor.yml ` (@majormoses )
13
12
- badges for ` slack ` and ` appveyor ` (@majormoses )
@@ -140,7 +139,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
140
139
### Added
141
140
- Initial release
142
141
143
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...HEAD
142
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.0...HEAD
143
+ [ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.3.0...2.4.0
144
144
[ 2.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...2.3.0
145
145
[ 2.2.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.0...2.2.1
146
146
[ 2.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.1.0...2.2.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 = 3
4
+ MINOR = 4
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