From 76bbd0f77959415aca827ce533382a6739dd2a2f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 19 Apr 2023 07:48:16 +0000 Subject: [PATCH] Bump version to 5.0.13 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/knife-google/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3ed13..7e7e0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). - -## [v5.0.12](https://github.com/chef/knife-google/tree/v5.0.12) (2021-06-17) + +## [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)) ### 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)) - Depend on knife instead of chef [#206](https://github.com/chef/knife-google/pull/206) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index d781ee7..141ab49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.12 \ No newline at end of file +5.0.13 \ No newline at end of file diff --git a/lib/knife-google/version.rb b/lib/knife-google/version.rb index 7b6f596..5e51cb2 100644 --- a/lib/knife-google/version.rb +++ b/lib/knife-google/version.rb @@ -15,7 +15,7 @@ # module Knife module Google - VERSION = "5.0.12" + VERSION = "5.0.13" MAJOR, MINOR, TINY = VERSION.split(".") end end