Skip to content

Commit

Permalink
Bump version to 1.0.2 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 Jul 8, 2019
1 parent 76bbabc commit 60fa2af
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:/chef/knife-ec2/commits).

<!-- latest_release -->
<!-- latest_release 1.0.2 -->
## [v1.0.2](https:/chef/knife-ec2/tree/v1.0.2) (2019-07-08)

#### Merged Pull Requests
- update readme with user data [#588](https:/chef/knife-ec2/pull/588) ([dheerajd-msys](https:/dheerajd-msys))
<!-- latest_release -->

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

#### Merged Pull Requests
- update readme with user data [#588](https:/chef/knife-ec2/pull/588) ([dheerajd-msys](https:/dheerajd-msys)) <!-- 1.0.2 -->
<!-- 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.1
1.0.2
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.1".freeze
VERSION = "1.0.2".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 60fa2af

Please sign in to comment.