Skip to content

Commit

Permalink
Bump version to 5.0.13 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 19, 2023
1 parent ebc2c0f commit 76bbd0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,17 +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 5.0.12 -->
## [v5.0.12](https://github.com/chef/knife-google/tree/v5.0.12) (2021-06-17)
<!-- latest_release 5.0.13 -->
## [v5.0.13](https://github.com/chef/knife-google/tree/v5.0.13) (2023-04-19)

#### Merged Pull Requests
- Depend on knife instead of chef [#206](https://github.com/chef/knife-google/pull/206) ([tas50](https://github.com/tas50))
- CHEF-1920 Fixed the knife-google verify test failure [#210](https://github.com/chef/knife-google/pull/210) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->

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

#### Merged Pull Requests
- CHEF-1920 Fixed the knife-google verify test failure [#210](https://github.com/chef/knife-google/pull/210) ([nikhil2611](https://github.com/nikhil2611)) <!-- 5.0.13 -->
- Depend on knife instead of chef [#206](https://github.com/chef/knife-google/pull/206) ([tas50](https://github.com/tas50)) <!-- 5.0.12 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.0.12
5.0.13
2 changes: 1 addition & 1 deletion lib/knife-google/version.rb
Expand Up @@ -15,7 +15,7 @@
#
module Knife
module Google
VERSION = "5.0.12"
VERSION = "5.0.13"
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 76bbd0f

Please sign in to comment.