From fc70f66419df2a298b02dbef5158078e4f0d62d3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 29 Apr 2021 15:39:03 +0000 Subject: [PATCH] Bump version to 5.0.9 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/knife-google/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2387f..2d8848a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). - + +## [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])) - + +### 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])) diff --git a/VERSION b/VERSION index 733db26..3fc3a24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.8 \ No newline at end of file +5.0.9 \ No newline at end of file diff --git a/lib/knife-google/version.rb b/lib/knife-google/version.rb index 6ab6171..d9e40be 100644 --- a/lib/knife-google/version.rb +++ b/lib/knife-google/version.rb @@ -15,7 +15,7 @@ # module Knife module Google - VERSION = "5.0.8" + VERSION = "5.0.9" MAJOR, MINOR, TINY = VERSION.split(".") end end