Skip to content

Commit 407208f

Browse files
author
Chef Expeditor
committed
Bump version to 7.0.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 0401109 commit 407208f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22

3-
<!-- latest_release 7.0.10 -->
4-
## [7.0.10](https://github.com/chef/omnibus/tree/7.0.10) (2020-04-29)
3+
<!-- latest_release 7.0.11 -->
4+
## [7.0.11](https://github.com/chef/omnibus/tree/7.0.11) (2020-06-02)
55

66
#### Merged Pull Requests
7-
- Update ohai requirement from &gt;= 13, &lt; 16 to &gt;= 13, &lt; 17 [#939](https://github.com/chef/omnibus/pull/939) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
7+
- Update chefstyle requirement from = 1.0.1 to = 1.1.0 [#942](https://github.com/chef/omnibus/pull/942) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
88
<!-- latest_release -->
99
<!-- release_rollup since=6.1.9 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- Update chefstyle requirement from = 1.0.1 to = 1.1.0 [#942](https://github.com/chef/omnibus/pull/942) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 7.0.11 -->
1314
- Update ohai requirement from &gt;= 13, &lt; 16 to &gt;= 13, &lt; 17 [#939](https://github.com/chef/omnibus/pull/939) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 7.0.10 -->
1415
- Update chefstyle requirement from = 0.15.1 to = 1.0.1 [#937](https://github.com/chef/omnibus/pull/937) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 7.0.9 -->
1516
- Update chefstyle requirement from = 0.14.1 to = 0.15.1 [#936](https://github.com/chef/omnibus/pull/936) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 7.0.8 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.10
1+
7.0.11

lib/omnibus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#
1616

1717
module Omnibus
18-
VERSION = "7.0.10".freeze
18+
VERSION = "7.0.11".freeze
1919
end

0 commit comments

Comments
 (0)