Skip to content

Commit 5f0771f

Browse files
committed
prep for 3.0.0 release
1 parent 83a67bf commit 5f0771f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
66

77
## [Unreleased]
88

9+
10+
## [3.0.0] - 2019-03-04
911
### Security
1012
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
1113
- 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/)
205207
### Added
206208
- Initial release
207209

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
209212
[2.9.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...2.9.1
210213
[2.9.0]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...2.9.0
211214
[2.8.1]: https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1

lib/sensu-plugins-windows/version.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
module SensuPluginsWindows
44
module Version
5-
MAJOR = 2
6-
MINOR = 9
7-
PATCH = 1
5+
MAJOR = 3
6+
MINOR = 0
7+
PATCH = 0
88

99
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1010
end

0 commit comments

Comments
 (0)