Skip to content

Commit

Permalink
prep for 2.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Feb 18, 2019
1 parent 410a7cf commit 18236bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.9.1] - 2019-02-17
### Fixed
- check-windows-disk.rb: use the full path for CSV file path due to a bug in `wmic` (@jasiek191)

## [2.9.0] - 2018-08-24
### Changed
- updated check: `powershell/check-windows-disk-writeable.ps1` now using CIM instead of WMI for large performance gain (@csabo)
Expand Down Expand Up @@ -185,7 +190,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- Initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.1...HEAD
[2.9.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...2.9.1
[2.9.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...2.9.0
[2.8.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1
[2.8.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-windows/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsWindows
module Version
MAJOR = 2
MINOR = 9
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 18236bf

Please sign in to comment.