Commit 6f885a1 1 parent 37d2c6d commit 6f885a1 Copy full SHA for 6f885a1
File tree 2 files changed +8
-4
lines changed
lib/sensu-plugins-windows
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
5
5
Which is based on [ Keep A Changelog] ( http://keepachangelog.com/ )
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 2.5.0] - 2018-05-02
8
10
### Added
9
11
- powershell_helper.rb, added helper to wrap around Powershell directory (@makaveli0129 ).
10
- ###Changed
12
+
13
+ ### Changed
11
14
- README.md, changed to include calls for powershell_helper.rb (@makaveli0129 ).
12
15
13
16
### [ 2.4.1] - 2018-04-18
@@ -147,7 +150,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
147
150
### Added
148
151
- Initial release
149
152
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
151
155
[ 2.4.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.4.0...2.4.1
152
156
[ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.3.0...2.4.0
153
157
[ 2.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.2.1...2.3.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsWindows
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 4
5
- PATCH = 1
4
+ MINOR = 5
5
+ PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments