From 723080784ffd757e27040d6bc68ce86013a904cf Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 30 Aug 2018 21:20:07 +0000 Subject: [PATCH] Bump version to 0.19.11 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/knife-ec2/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8f53af..91e9098a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ Note: this log contains only changes from knife-ec2 release 0.8.0 and later -- it does not contain the changes from prior releases. To view change history prior to release 0.8.0, please visit the [source repository](https://github.com/chef/knife-ec2/commits). - + +## [v0.19.11](https://github.com/chef/knife-ec2/tree/v0.19.11) (2018-08-30) + +#### Merged Pull Requests +- Misc cleanup to sync with other gems [#552](https://github.com/chef/knife-ec2/pull/552) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Misc cleanup to sync with other gems [#552](https://github.com/chef/knife-ec2/pull/552) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 53b45081..540094df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.10 \ No newline at end of file +0.19.11 \ No newline at end of file diff --git a/lib/knife-ec2/version.rb b/lib/knife-ec2/version.rb index ebeb9c14..8f3dcb56 100644 --- a/lib/knife-ec2/version.rb +++ b/lib/knife-ec2/version.rb @@ -1,6 +1,6 @@ module Knife module Ec2 - VERSION = "0.19.10".freeze + VERSION = "0.19.11".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end