Skip to content

Commit

Permalink
Bump version to 5.0.9 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 Apr 29, 2021
1 parent 1cb17cf commit fc70f66
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-google release 1.1.0 and later
-- it does not contain the changes from prior releases. To view change history
prior to release 1.1.0, please visit the [source repository](https://github.com/chef/knife-google/commits).

<!-- latest_release -->
<!-- latest_release 5.0.9 -->
## [v5.0.9](https://github.com/chef/knife-google/tree/v5.0.9) (2021-04-29)

#### Merged Pull Requests
- Upgrade to GitHub-native Dependabot [#201](https://github.com/chef/knife-google/pull/201) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->

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

#### Merged Pull Requests
- Upgrade to GitHub-native Dependabot [#201](https://github.com/chef/knife-google/pull/201) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 5.0.9 -->
<!-- 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 @@
5.0.8
5.0.9
2 changes: 1 addition & 1 deletion lib/knife-google/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
module Knife
module Google
VERSION = "5.0.8"
VERSION = "5.0.9"
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit fc70f66

Please sign in to comment.