From 1a2460d6723c81caaaa748711008c1e1a4b25ac2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 27 Nov 2018 17:16:17 +0000 Subject: [PATCH] Bump version to 3.5.16 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 f0b3517c8..a852eed70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v3.5.15](https://github.com/chef/chef-dk/tree/v3.5.15) (2018-11-26) + +## [v3.5.16](https://github.com/chef/chef-dk/tree/v3.5.16) (2018-11-27) #### Merged Pull Requests -- Update repository contributing.md, code of conduct, PR template [#1833](https://github.com/chef/chef-dk/pull/1833) ([marcparadise](https://github.com/marcparadise)) +- Bump berkshelf to 7.0.7 [#1837](https://github.com/chef/chef-dk/pull/1837) ([chef-ci](https://github.com/chef-ci)) ### Changes since 3.5.13 release #### Merged Pull Requests +- Bump berkshelf to 7.0.7 [#1837](https://github.com/chef/chef-dk/pull/1837) ([chef-ci](https://github.com/chef-ci)) - Update repository contributing.md, code of conduct, PR template [#1833](https://github.com/chef/chef-dk/pull/1833) ([marcparadise](https://github.com/marcparadise)) - Bump knife-google to 3.3.6 [#1834](https://github.com/chef/chef-dk/pull/1834) ([chef-ci](https://github.com/chef-ci)) diff --git a/Gemfile.lock b/Gemfile.lock index ce8abfeaa..35ec01763 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chef-dk (3.5.15) + chef-dk (3.5.16) addressable (>= 2.3.5, < 2.6) chef (~> 14.0) chef-provisioning (~> 2.0) diff --git a/VERSION b/VERSION index ad94b3eff..7a38b4ee4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.15 \ No newline at end of file +3.5.16 \ No newline at end of file diff --git a/lib/chef-dk/version.rb b/lib/chef-dk/version.rb index 8f93acad4..a724ab45b 100644 --- a/lib/chef-dk/version.rb +++ b/lib/chef-dk/version.rb @@ -16,5 +16,5 @@ # module ChefDK - VERSION = "3.5.15".freeze + VERSION = "3.5.16".freeze end