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.5.16 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-ci committed Nov 27, 2018
1 parent 87b5543 commit 1a2460d
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 3.5.15 -->
## [v3.5.15](https://github.com/chef/chef-dk/tree/v3.5.15) (2018-11-26)
<!-- latest_release 3.5.16 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=3.5.13 -->
### 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)) <!-- 3.5.16 -->
- Update repository contributing.md, code of conduct, PR template [#1833](https://github.com/chef/chef-dk/pull/1833) ([marcparadise](https://github.com/marcparadise)) <!-- 3.5.15 -->
- Bump knife-google to 3.3.6 [#1834](https://github.com/chef/chef-dk/pull/1834) ([chef-ci](https://github.com/chef-ci)) <!-- 3.5.14 -->
<!-- release_rollup -->
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 (3.5.15)
chef-dk (3.5.16)
addressable (>= 2.3.5, < 2.6)
chef (~> 14.0)
chef-provisioning (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.15
3.5.16
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.5.15".freeze
VERSION = "3.5.16".freeze
end

0 comments on commit 1a2460d

Please sign in to comment.