Skip to content

Commit c426016

Browse files
committed
prep for 2.0.1 release
1 parent 38898e5 commit c426016

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [2.0.1] - 2018-03-27
89
### Security
910
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
1011

@@ -82,7 +83,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
8283
- initial release
8384

8485

85-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/2.0.0...HEAD
86+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/2.0.1...HEAD
87+
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/2.0.0...2.0.1
8688
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.3...2.0.0
8789
[1.1.3]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.2...1.1.3
8890
[1.1.2]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.1...1.1.2

lib/sensu-plugins-cpu-checks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsCpuChecks
22
module Version
33
MAJOR = 2
44
MINOR = 0
5-
PATCH = 0
5+
PATCH = 1
66

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

0 commit comments

Comments
 (0)