From 2bc86f7891dfc3999e88c2067813b4b5e83be353 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 31 Oct 2019 21:56:05 +0000 Subject: [PATCH] Bump version to 4.6.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- Gemfile.lock | 2 +- VERSION | 2 +- lib/chef-dk/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59465de2..4f09d8ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v4.6.5](https://github.com/chef/chef-dk/tree/v4.6.5) (2019-10-31) + +## [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])) ### 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])) - 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 kitchen-inspec to 1.3.1 [#2330](https://github.com/chef/chef-dk/pull/2330) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) - 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])) diff --git a/Gemfile.lock b/Gemfile.lock index bbe8dbec9..ed902c6ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/VERSION b/VERSION index d9167bb69..b3a44c11b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6.5 \ No newline at end of file +4.6.6 \ No newline at end of file diff --git a/lib/chef-dk/version.rb b/lib/chef-dk/version.rb index c87d6cf97..eb969af2e 100644 --- a/lib/chef-dk/version.rb +++ b/lib/chef-dk/version.rb @@ -16,5 +16,5 @@ # module ChefDK - VERSION = "4.6.5".freeze + VERSION = "4.6.6".freeze end