Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 6352f84

Browse files
author
Chef Expeditor
committed
Bump version to 4.7.68 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent ba01e9a commit 6352f84

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
2-
<!-- latest_release 4.7.67 -->
3-
## [v4.7.67](https://github.com/chef/chef-dk/tree/v4.7.67) (2020-01-23)
2+
<!-- latest_release 4.7.68 -->
3+
## [v4.7.68](https://github.com/chef/chef-dk/tree/v4.7.68) (2020-01-24)
44

55
#### Merged Pull Requests
6-
- Bump Chef to 15.7.30 [#2714](https://github.com/chef/chef-dk/pull/2714) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot]))
6+
- Update Cookstyle to 5.20 [#2717](https://github.com/chef/chef-dk/pull/2717) ([tas50](https://github.com/tas50))
77
<!-- latest_release -->
88

99
<!-- release_rollup since=4.6.35 -->
1010
### Changes not yet released to stable
1111

1212
#### Merged Pull Requests
13+
- Update Cookstyle to 5.20 [#2717](https://github.com/chef/chef-dk/pull/2717) ([tas50](https://github.com/tas50)) <!-- 4.7.68 -->
1314
- Bump Chef to 15.7.30 [#2714](https://github.com/chef/chef-dk/pull/2714) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 4.7.67 -->
1415
- Bump ohai to 15.7.4 [#2713](https://github.com/chef/chef-dk/pull/2713) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 4.7.66 -->
1516
- Bump git to 2.24.1 [#2711](https://github.com/chef/chef-dk/pull/2711) ([tas50](https://github.com/tas50)) <!-- 4.7.65 -->

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
chef-dk (4.7.67)
4+
chef-dk (4.7.68)
55
addressable (>= 2.3.5, < 2.6)
66
chef (~> 15.0)
77
cookbook-omnifetch (~> 0.5)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.7.67
1+
4.7.68

lib/chef-dk/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module ChefDK
19-
VERSION = "4.7.67".freeze
19+
VERSION = "4.7.68".freeze
2020
end

0 commit comments

Comments
 (0)