From d5a3f372e1ab18175e6cda5ef6871b9e6974927c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 25 May 2018 16:55:25 +0000 Subject: [PATCH] Bump version to 3.0.37 by Chef Expeditor --- CHANGELOG.md | 9 ++++++++- Gemfile.lock | 2 +- VERSION | 2 +- lib/chef-dk/version.rb | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5455200d4..d3b5aab5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ - + +## [v3.0.37](https://github.com/chef/chef-dk/tree/v3.0.37) (2018-05-25) + +#### Merged Pull Requests +- publish habitat packages [#1583](https://github.com/chef/chef-dk/pull/1583) ([thommay](https://github.com/thommay)) ### Changes since 3.0.36 release + +#### Merged Pull Requests +- publish habitat packages [#1583](https://github.com/chef/chef-dk/pull/1583) ([thommay](https://github.com/thommay)) diff --git a/Gemfile.lock b/Gemfile.lock index 08e1c2cca..b593e5ca9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chef-dk (3.0.36) + chef-dk (3.0.37) addressable (>= 2.3.5, < 2.6) chef (~> 14.0) chef-provisioning (~> 2.0) diff --git a/VERSION b/VERSION index 3356a5d93..6d94c5365 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.36 \ No newline at end of file +3.0.37 \ No newline at end of file diff --git a/lib/chef-dk/version.rb b/lib/chef-dk/version.rb index 6f8767eff..70bc2f024 100644 --- a/lib/chef-dk/version.rb +++ b/lib/chef-dk/version.rb @@ -16,5 +16,5 @@ # module ChefDK - VERSION = "3.0.36" + VERSION = "3.0.37" end