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