Skip to content

Commit f772fc4

Browse files
committed
prep for 2.9.0 release
1 parent 7f01bb8 commit f772fc4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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+
## [2.9.0] - 2018-08-24
89
### Changed
910
- updated check: `powershell/check-windows-disk-writeable.ps1` now using CIM instead of WMI for large performance gain (@csabo)
1011
- updated check: `powershell/check-windows-disk.ps1` now using CIM instead of WMI for large performance gain (@csabo)
@@ -184,7 +185,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
184185
### Added
185186
- Initial release
186187

187-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...HEAD
188+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...HEAD
189+
[2.9.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...2.9.0
188190
[2.8.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1
189191
[2.8.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0
190192
[2.7.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.6.0...2.7.0

lib/sensu-plugins-windows/version.rb

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

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

0 commit comments

Comments
 (0)