Skip to content

Commit

Permalink
Bump version to 5.0.8 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 Feb 18, 2022
1 parent e882b01 commit ab4dfaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# knife-openstack Change Log

<!-- latest_release 5.0.7 -->
## [v5.0.7](https://github.com/chef/knife-openstack/tree/v5.0.7) (2022-01-06)
<!-- latest_release 5.0.8 -->
## [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]))
<!-- latest_release -->
<!-- release_rollup since=5.0.0 -->
### 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])) <!-- 5.0.8 -->
- 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])) <!-- 5.0.7 -->
- 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])) <!-- 5.0.6 -->
- 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])) <!-- 5.0.5 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.7
5.0.8
2 changes: 1 addition & 1 deletion lib/knife-openstack/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab4dfaf

Please sign in to comment.