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 3.1.6 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Jul 31, 2018
1 parent 4f66d29 commit 8a4a49d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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 3.1.5 -->
## [v3.1.5](https://github.com/chef/chef-dk/tree/v3.1.5) (2018-07-31)
<!-- latest_release 3.1.6 -->
## [v3.1.6](https://github.com/chef/chef-dk/tree/v3.1.6) (2018-07-31)

#### Merged Pull Requests
- Pull in the latest knife-google, kitchen-google, inspec and more [#1633](https://github.com/chef/chef-dk/pull/1633) ([tas50](https://github.com/tas50))
- [SHACK-304] Add Chef Apply as a gem dependency [#1631](https://github.com/chef/chef-dk/pull/1631) ([tyler-ball](https://github.com/tyler-ball))
<!-- latest_release -->

<!-- release_rollup since=3.1.0 -->
### Changes since 3.1.0 release

#### Merged Pull Requests
- [SHACK-304] Add Chef Apply as a gem dependency [#1631](https://github.com/chef/chef-dk/pull/1631) ([tyler-ball](https://github.com/tyler-ball)) <!-- 3.1.6 -->
- Pull in the latest knife-google, kitchen-google, inspec and more [#1633](https://github.com/chef/chef-dk/pull/1633) ([tas50](https://github.com/tas50)) <!-- 3.1.5 -->
- add windows habitat plan [#1595](https://github.com/chef/chef-dk/pull/1595) ([mwrock](https://github.com/mwrock)) <!-- 3.1.4 -->
- Use new mixlib-config to resolve berkshelf errors on windows [#1625](https://github.com/chef/chef-dk/pull/1625) ([tas50](https://github.com/tas50)) <!-- 3.1.3 -->
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chef-dk (3.1.5)
chef-dk (3.1.6)
addressable (>= 2.3.5, < 2.6)
chef (~> 14.0)
chef-provisioning (~> 2.0)
Expand Down Expand Up @@ -140,7 +140,7 @@ GEM
mime-types
chef-apply (0.1.18)
chef (>= 14.0)
chef-dk (>= 3.0)
chef-dk (3.1.6)
chef-telemetry
mixlib-cli
mixlib-config
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.5
3.1.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 = "3.1.5"
VERSION = "3.1.6"
end

0 comments on commit 8a4a49d

Please sign in to comment.