Commit 9ac6931 1 parent 71b6fa6 commit 9ac6931 Copy full SHA for 9ac6931
File tree 2 files changed +7
-2
lines changed
lib/sensu-plugins-windows
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6
6
7
7
## [ Unreleased]
8
8
9
+ ### [ 2.4.1] - 2018-04-18
10
+ ### Fixed
11
+ - check-windows-http.ps1: fixed typo (@stevebanik-ndsc )
12
+
9
13
## [ 2.4.0] - 2017-12-08
10
14
### Added
11
15
- minimal ` appveyor.yml ` (@majormoses )
@@ -139,7 +143,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
139
143
### Added
140
144
- Initial release
141
145
142
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.0...HEAD
146
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.1...HEAD
147
+ [ 2.4.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.0...2.4.1
143
148
[ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.3.0...2.4.0
144
149
[ 2.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...2.3.0
145
150
[ 2.2.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.0...2.2.1
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 = 4
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