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