Skip to content

Commit

Permalink
Bump version to 4.0.15 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 Dec 22, 2020
1 parent b60bf4b commit c4b3d0b
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.14 -->
## [v4.0.14](https://github.com/chef/knife-openstack/tree/v4.0.14) (2020-11-17)
<!-- latest_release 4.0.15 -->
## [v4.0.15](https://github.com/chef/knife-openstack/tree/v4.0.15) (2020-12-22)

#### Merged Pull Requests
- Update chefstyle requirement from 1.5.1 to 1.5.2 [#246](https://github.com/chef/knife-openstack/pull/246) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- Update chefstyle requirement from 1.5.2 to 1.5.8 [#249](https://github.com/chef/knife-openstack/pull/249) ([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.5.2 to 1.5.8 [#249](https://github.com/chef/knife-openstack/pull/249) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.15 -->
- Update chefstyle requirement from 1.5.1 to 1.5.2 [#246](https://github.com/chef/knife-openstack/pull/246) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.14 -->
- Update chefstyle requirement from 1.5.0 to 1.5.1 [#245](https://github.com/chef/knife-openstack/pull/245) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.13 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.14
4.0.15
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.14".freeze
VERSION = "4.0.15".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit c4b3d0b

Please sign in to comment.