Skip to content

Commit 6f885a1

Browse files
committed
prep for 2.5.0 release
1 parent 37d2c6d commit 6f885a1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ 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.5.0] - 2018-05-02
810
### Added
911
- powershell_helper.rb, added helper to wrap around Powershell directory (@makaveli0129).
10-
###Changed
12+
13+
### Changed
1114
- README.md, changed to include calls for powershell_helper.rb (@makaveli0129).
1215

1316
### [2.4.1] - 2018-04-18
@@ -147,7 +150,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
147150
### Added
148151
- Initial release
149152

150-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.1...HEAD
153+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.5.0...HEAD
154+
[2.5.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.1...2.5.0
151155
[2.4.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.0...2.4.1
152156
[2.4.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.3.0...2.4.0
153157
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...2.3.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 = 4
5-
PATCH = 1
4+
MINOR = 5
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)