Skip to content

Commit

Permalink
Bump version to 4.0.12 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 Nov 5, 2020
1 parent fa64f17 commit e6b2e5d
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 4.0.11 -->
## [v4.0.11](https://github.com/chef/knife-openstack/tree/v4.0.11) (2020-10-13)
<!-- latest_release 4.0.12 -->
## [v4.0.12](https://github.com/chef/knife-openstack/tree/v4.0.12) (2020-11-05)

#### Merged Pull Requests
- Update chefstyle requirement from 1.4.4 to 1.4.5 [#243](https://github.com/chef/knife-openstack/pull/243) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- Update chefstyle requirement from 1.4.5 to 1.5.0 [#244](https://github.com/chef/knife-openstack/pull/244) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.0.5 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Update chefstyle requirement from 1.4.5 to 1.5.0 [#244](https://github.com/chef/knife-openstack/pull/244) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.12 -->
- Update chefstyle requirement from 1.4.4 to 1.4.5 [#243](https://github.com/chef/knife-openstack/pull/243) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.11 -->
- Update chefstyle requirement from 1.4.3 to 1.4.4 [#242](https://github.com/chef/knife-openstack/pull/242) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.10 -->
- Update chefstyle requirement from 1.4.2 to 1.4.3 [#241](https://github.com/chef/knife-openstack/pull/241) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.9 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.11
4.0.12
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 = "4.0.11".freeze
VERSION = "4.0.12".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit e6b2e5d

Please sign in to comment.