Skip to content

Commit e045e26

Browse files
committed
prep for 1.1.2 release
1 parent 96b2ddc commit e045e26

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [1.1.2] - 2017-06-20
79
### Fixed
810
- `metrics-cpu.rb`/`metrics-cpu-pcnt-usage.rb`: Set the correct type for --proc-path (@bimlendu)
911

10-
## [1.1.0] - 2017-05-02
12+
## [1.1.1] - 2017-05-02
1113
### Changed
1214
- no real change just bumping due to deployment issue.
1315

@@ -55,8 +57,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5557
- initial release
5658

5759

58-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.1...HEAD
59-
[1.1.1]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.0...1.1.0
60+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.2...HEAD
61+
[1.1.2]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.1...1.1.2
62+
[1.1.1]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.0...1.1.1
6063
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.0.0...1.1.0
6164
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.4...1.0.0
6265
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.3...0.0.4

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 = 1
44
MINOR = 1
5-
PATCH = 1
5+
PATCH = 2
66

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

0 commit comments

Comments
 (0)