From ab4dfaf3c411706ef163ae5e660e147c93750c17 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 18 Feb 2022 17:20:29 +0000 Subject: [PATCH] Bump version to 5.0.8 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/knife-openstack/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce58c4..feb9ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # knife-openstack Change Log - -## [v5.0.7](https://github.com/chef/knife-openstack/tree/v5.0.7) (2022-01-06) + +## [v5.0.8](https://github.com/chef/knife-openstack/tree/v5.0.8) (2022-02-18) #### Merged Pull Requests -- Update chefstyle requirement from 2.1.3 to 2.2.0 [#269](https://github.com/chef/knife-openstack/pull/269) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Update chefstyle requirement from 2.2.0 to 2.2.2 [#271](https://github.com/chef/knife-openstack/pull/271) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update chefstyle requirement from 2.2.0 to 2.2.2 [#271](https://github.com/chef/knife-openstack/pull/271) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update chefstyle requirement from 2.1.3 to 2.2.0 [#269](https://github.com/chef/knife-openstack/pull/269) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update chefstyle requirement from 2.1.2 to 2.1.3 [#268](https://github.com/chef/knife-openstack/pull/268) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update chefstyle requirement from 2.1.1 to 2.1.2 [#267](https://github.com/chef/knife-openstack/pull/267) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 0147f9e..733db26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.7 \ No newline at end of file +5.0.8 \ No newline at end of file diff --git a/lib/knife-openstack/version.rb b/lib/knife-openstack/version.rb index d2f2720..e1b46a0 100644 --- a/lib/knife-openstack/version.rb +++ b/lib/knife-openstack/version.rb @@ -1,7 +1,7 @@ # module Knife module OpenStack - VERSION = "5.0.7".freeze + VERSION = "5.0.8".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end