Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Bump version to 4.6.6 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 Expeditor committed Oct 31, 2019
1 parent c0ceac1 commit 2bc86f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.6.5 -->
## [v4.6.5](https://github.com/chef/chef-dk/tree/v4.6.5) (2019-10-31)
<!-- latest_release 4.6.6 -->
## [v4.6.6](https://github.com/chef/chef-dk/tree/v4.6.6) (2019-10-31)

#### Merged Pull Requests
- Bump nokogiri to 1.10.5 [#2333](https://github.com/chef/chef-dk/pull/2333) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot]))
- Bump omnibus-software from `433a18f` to `a16abe9` in /omnibus [#2337](https://github.com/chef/chef-dk/pull/2337) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->

<!-- release_rollup since=4.5.0 -->
### Changes not yet released to stable

#### Merged Pull Requests
- Bump omnibus-software from `433a18f` to `a16abe9` in /omnibus [#2337](https://github.com/chef/chef-dk/pull/2337) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.6.6 -->
- Bump nokogiri to 1.10.5 [#2333](https://github.com/chef/chef-dk/pull/2333) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 4.6.5 -->
- Bump kitchen-inspec to 1.3.1 [#2330](https://github.com/chef/chef-dk/pull/2330) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 4.6.4 -->
- Bump omnibus-software from `39acd5f` to `433a18f` in /omnibus [#2326](https://github.com/chef/chef-dk/pull/2326) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.6.3 -->
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chef-dk (4.6.5)
chef-dk (4.6.6)
addressable (>= 2.3.5, < 2.6)
chef (~> 15.0)
cookbook-omnifetch (~> 0.5)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.5
4.6.6
2 changes: 1 addition & 1 deletion lib/chef-dk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefDK
VERSION = "4.6.5".freeze
VERSION = "4.6.6".freeze
end

0 comments on commit 2bc86f7

Please sign in to comment.