Skip to content

Commit 18236bf

Browse files
committed
prep for 2.9.1 release
1 parent 410a7cf commit 18236bf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
9+
## [2.9.1] - 2019-02-17
10+
### Fixed
11+
- check-windows-disk.rb: use the full path for CSV file path due to a bug in `wmic` (@jasiek191)
12+
813
## [2.9.0] - 2018-08-24
914
### Changed
1015
- updated check: `powershell/check-windows-disk-writeable.ps1` now using CIM instead of WMI for large performance gain (@csabo)
@@ -185,7 +190,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
185190
### Added
186191
- Initial release
187192

188-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...HEAD
193+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.1...HEAD
194+
[2.9.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...2.9.1
189195
[2.9.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...2.9.0
190196
[2.8.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1
191197
[2.8.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0

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

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

0 commit comments

Comments
 (0)