Commit 5f0771f 1 parent 83a67bf commit 5f0771f Copy full SHA for 5f0771f
File tree 2 files changed +7
-4
lines changed
lib/sensu-plugins-windows
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 3.0.0] - 2019-03-04
9
11
### Security
10
12
- updated yard dependency to ` ~> 0.9.11 ` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses )
11
13
- updated rubocop dependency to ` ~> 0.51.0 ` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@majormoses )
@@ -205,7 +207,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
205
207
### Added
206
208
- Initial release
207
209
208
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.1...HEAD
210
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/3.0.0...HEAD
211
+ [ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.1...3.0.0
209
212
[ 2.9.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...2.9.1
210
213
[ 2.9.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...2.9.0
211
214
[ 2.8.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1
Original file line number Diff line number Diff line change 2
2
3
3
module SensuPluginsWindows
4
4
module Version
5
- MAJOR = 2
6
- MINOR = 9
7
- PATCH = 1
5
+ MAJOR = 3
6
+ MINOR = 0
7
+ PATCH = 0
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
10
10
end
You can’t perform that action at this time.
0 commit comments