Skip to content

Commit

Permalink
prep for 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed May 3, 2018
1 parent 37d2c6d commit 6f885a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.5.0] - 2018-05-02
### Added
- powershell_helper.rb, added helper to wrap around Powershell directory (@makaveli0129).
###Changed

### Changed
- README.md, changed to include calls for powershell_helper.rb (@makaveli0129).

### [2.4.1] - 2018-04-18
Expand Down Expand Up @@ -147,7 +150,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.4.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.5.0...HEAD
[2.5.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.1...2.5.0
[2.4.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.0...2.4.1
[2.4.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...2.3.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-windows/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsWindows
module Version
MAJOR = 2
MINOR = 4
PATCH = 1
MINOR = 5
PATCH = 0

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

0 comments on commit 6f885a1

Please sign in to comment.