From c190e548122dadb67463c81c1d9d844095521e52 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Fri, 2 Nov 2018 18:13:24 -0700 Subject: [PATCH] prep for 16.1.0 release --- CHANGELOG.md | 8 +++++++- lib/sensu-plugins-aws/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5405094..4c27cbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins ## [Unreleased] +## [16.1.0] - 2018-11-02 +### Changed +- updated dev depenency of `github-markup` to `~> 3.0` (@dependabot) (@majormoses) +- updated dev depenency of `rake` to `~> 12.3` (@dependabot) (@majormoses) +- updated dev depenency of `code-climate` to `~> 1.0` (@dependabot) (@majormoses) ## [16.0.0] - 2018-11-02 ### Breaking Change @@ -531,7 +536,8 @@ WARNING: This release contains major breaking changes that will impact all user ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/16.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/16.1.0...HEAD +[16.1.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/16.0.0...16.1.0 [16.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/15.0.0...16.0.0 [15.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/14.0.0...15.0.0 [14.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/13.0.0...14.0.0 diff --git a/lib/sensu-plugins-aws/version.rb b/lib/sensu-plugins-aws/version.rb index 55be6480..bc69ba77 100644 --- a/lib/sensu-plugins-aws/version.rb +++ b/lib/sensu-plugins-aws/version.rb @@ -1,7 +1,7 @@ module SensuPluginsAWS module Version MAJOR = 16 - MINOR = 0 + MINOR = 1 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end