From 29c236267b31b637c127c0573711669c68904ed3 Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: Thu, 18 Apr 2019 17:03:37 -0800 Subject: [PATCH] prepping for 4.0.0 release --- CHANGELOG.md | 5 ++++- lib/sensu-plugins-cpu-checks/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f59ab..92d2fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) ## [Unreleased] + +## [4.0.0] - 2019-04-18 ### Breaking Changes - Update minimum required ruby version to 2.3. Drop unsupported ruby versions. - Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29) @@ -100,7 +102,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/3.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/4.0.0...HEAD +[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/3.0.0...4.0.0 [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/2.1.0...3.0.0 [2.1.0]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/2.0.1...2.1.0 [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/2.0.0...2.0.1 diff --git a/lib/sensu-plugins-cpu-checks/version.rb b/lib/sensu-plugins-cpu-checks/version.rb index c02e6f9..a9472fb 100644 --- a/lib/sensu-plugins-cpu-checks/version.rb +++ b/lib/sensu-plugins-cpu-checks/version.rb @@ -1,6 +1,6 @@ module SensuPluginsCpuChecks module Version - MAJOR = 3 + MAJOR = 4 MINOR = 0 PATCH = 0