From 3db233644e618ee6535257d708127a7b439ee3a4 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Thu, 25 May 2017 08:01:36 -0700 Subject: [PATCH] prep for 2.1.0 release --- CHANGELOG.md | 5 +++-- lib/sensu-plugins-process-checks/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4d179..008d078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] - +## [2.1.0] - 2017-05-25 ### Added - metrics-per-process.rb: Binstub for metrics-per-process.py - metrics-process-uptime.rb: Binstub for metrics-process-uptime.sh @@ -118,7 +118,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang - built against 1.9.3, 2.0, 2.1 - cryptographically signed -[unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/2.0.0...HEAD +[unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/2.1.0...HEAD +[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/1.0.0...2.0.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/0.0.6...1.0.0 [0.0.6]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/0.0.5...0.0.6 diff --git a/lib/sensu-plugins-process-checks/version.rb b/lib/sensu-plugins-process-checks/version.rb index 525630b..415fc27 100644 --- a/lib/sensu-plugins-process-checks/version.rb +++ b/lib/sensu-plugins-process-checks/version.rb @@ -1,7 +1,7 @@ module SensuPluginsProcessChecks module Version MAJOR = 2 - MINOR = 0 + MINOR = 1 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')