Skip to content

Commit

Permalink
Bump version to 0.19.11 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 Expeditor committed Aug 30, 2018
1 parent 95ab670 commit 7230807
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
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 0.19.11 -->
## [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))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=0.19.10 -->
### 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)) <!-- 0.19.11 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.19.10
0.19.11
2 changes: 1 addition & 1 deletion 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

0 comments on commit 7230807

Please sign in to comment.