Skip to content

Commit 9ac6931

Browse files
committed
prep for 2.4.1 release
1 parent 71b6fa6 commit 9ac6931

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
### [2.4.1] - 2018-04-18
10+
### Fixed
11+
- check-windows-http.ps1: fixed typo (@stevebanik-ndsc)
12+
913
## [2.4.0] - 2017-12-08
1014
### Added
1115
- minimal `appveyor.yml` (@majormoses)
@@ -139,7 +143,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
139143
### Added
140144
- Initial release
141145

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
143148
[2.4.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.3.0...2.4.0
144149
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...2.3.0
145150
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.0...2.2.1

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 = 4
5-
PATCH = 0
5+
PATCH = 1
66

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

0 commit comments

Comments
 (0)