From 10b83138a99afb3e1d6dc38982d5bc6969690a6e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 25 Mar 2021 18:36:33 +0000 Subject: [PATCH] Bump version to 2.1.4 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 2400355f..87e4811e 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). - + +## [v2.1.4](https://github.com/chef/knife-ec2/tree/v2.1.4) (2021-03-25) + +#### Merged Pull Requests +- S3Source does not extend any Chef classes, so config is not an inherited attribute [#667](https://github.com/chef/knife-ec2/pull/667) ([signe](https://github.com/signe)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- S3Source does not extend any Chef classes, so config is not an inherited attribute [#667](https://github.com/chef/knife-ec2/pull/667) ([signe](https://github.com/signe)) diff --git a/VERSION b/VERSION index abae0d9a..c346e7a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file diff --git a/lib/knife-ec2/version.rb b/lib/knife-ec2/version.rb index c8aca1a3..67d53ced 100644 --- a/lib/knife-ec2/version.rb +++ b/lib/knife-ec2/version.rb @@ -1,6 +1,6 @@ module Knife module Ec2 - VERSION = "2.1.3".freeze + VERSION = "2.1.4".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end