Skip to content

Commit

Permalink
Bump version to 5.0.7 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 Jan 6, 2022
1 parent d41df8c commit ad9786a
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.6 -->
## [v5.0.6](https://github.com/chef/knife-openstack/tree/v5.0.6) (2021-11-16)
<!-- latest_release 5.0.7 -->
## [v5.0.7](https://github.com/chef/knife-openstack/tree/v5.0.7) (2022-01-06)

#### Merged Pull Requests
- 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.3 to 2.2.0 [#269](https://github.com/chef/knife-openstack/pull/269) ([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.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 -->
- Update chefstyle requirement from 2.1.0 to 2.1.1 [#266](https://github.com/chef/knife-openstack/pull/266) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.0.4 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.6
5.0.7
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.6".freeze
VERSION = "5.0.7".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit ad9786a

Please sign in to comment.