Skip to content

Commit 51e6fa3

Browse files
committed
prep for 2.4.0 release
1 parent 67d7ca5 commit 51e6fa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
55
Which is based on [Keep A Changelog](http://keepachangelog.com/)
66

77
## [Unreleased]
8-
### Added
9-
- `check-windows-service.rb`: adds --mount_points option to explicitly specify which drive mounts to check (@absolutejam)
108

9+
## [2.4.0] - 2017-12-08
1110
### Added
1211
- minimal `appveyor.yml` (@majormoses)
1312
- badges for `slack` and `appveyor` (@majormoses)
@@ -140,7 +139,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
140139
### Added
141140
- Initial release
142141

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
144144
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...2.3.0
145145
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.0...2.2.1
146146
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.1.0...2.2.0

lib/sensu-plugins-windows/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SensuPluginsWindows
22
module Version
33
MAJOR = 2
4-
MINOR = 3
4+
MINOR = 4
55
PATCH = 0
66

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

0 commit comments

Comments
 (0)