diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-11 18:48:50 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-11 18:48:50 +0000 |
commit | 71b4b8cf520f78ae46e657158d46a61c81a8a076 (patch) | |
tree | 885c4db69d109ab639386b575de37ec22780f845 | |
parent | adf17ccc6e9e5ed2860ee95d5e0df4cbae234bc0 (diff) | |
download | ohai-15.1.7.tar.gz |
Bump version to 15.1.7 by Chef Expeditor15.1.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d3231a..33b784e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.1.6 --> -## [15.1.6](https://github.com/chef/ohai/tree/15.1.6) (2019-07-09) +<!-- latest_release 15.1.7 --> +## [15.1.7](https://github.com/chef/ohai/tree/15.1.7) (2019-07-11) #### Merged Pull Requests -- new chefstyle rules for 0.13.2 [#1384](https://github.com/chef/ohai/pull/1384) ([lamont-granquist](https://github.com/lamont-granquist)) +- Feature - Change regex for detecting interface's state [#1382](https://github.com/chef/ohai/pull/1382) ([josephmilla](https://github.com/josephmilla)) <!-- latest_release --> <!-- release_rollup since=15.1.5 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Feature - Change regex for detecting interface's state [#1382](https://github.com/chef/ohai/pull/1382) ([josephmilla](https://github.com/josephmilla)) <!-- 15.1.7 --> - new chefstyle rules for 0.13.2 [#1384](https://github.com/chef/ohai/pull/1384) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.1.6 --> <!-- release_rollup --> @@ -1 +1 @@ -15.1.6
\ No newline at end of file +15.1.7
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index ee828a0c..7fb359f3 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "15.1.6".freeze + VERSION = "15.1.7".freeze end |