Skip to content

Commit

Permalink
Bump version to 1.0.19 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 Dec 11, 2019
1 parent 4addc97 commit 72bc6db
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 1.0.19 -->
## [v1.0.19](https://github.com/chef/knife-ec2/tree/v1.0.19) (2019-12-11)

#### Merged Pull Requests
- Mask AWS access keys data from logs [#622](https://github.com/chef/knife-ec2/pull/622) ([vsingh-msys](https://github.com/vsingh-msys))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=1.0.18 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Mask AWS access keys data from logs [#622](https://github.com/chef/knife-ec2/pull/622) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 1.0.19 -->
<!-- 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 @@
1.0.18
1.0.19
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 = "1.0.18".freeze
VERSION = "1.0.19".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 72bc6db

Please sign in to comment.