Skip to content

Commit

Permalink
Bump version to 2.1.4 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Mar 25, 2021
1 parent dd68fc6 commit 10b8313
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- latest_release -->
<!-- latest_release 2.1.4 -->
## [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))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=2.1.3 -->
### 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)) <!-- 2.1.4 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.3
2.1.4
2 changes: 1 addition & 1 deletion lib/knife-ec2/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10b8313

Please sign in to comment.