diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 19:02:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 19:02:04 +0000 |
commit | 12572db2f1639cd1675daeacfbcb444518b21d22 (patch) | |
tree | 007dcc9333fcbe4542dbe5813633f68f751a0ab6 | |
parent | 0478c40769993dd4e07f63e2470a486edc1ba841 (diff) | |
download | ohai-12572db2f1639cd1675daeacfbcb444518b21d22.tar.gz |
Bump version to 16.4.14 by Chef Expeditorv16.4.14
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 74f3557f..33267f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.4.13 --> -## [v16.4.13](https://github.com/chef/ohai/tree/v16.4.13) (2020-08-26) +<!-- latest_release 16.4.14 --> +## [v16.4.14](https://github.com/chef/ohai/tree/v16.4.14) (2020-09-08) #### Merged Pull Requests -- Migrate to the chef-utils helpers for which/shell_out [#1501](https://github.com/chef/ohai/pull/1501) ([lamont-granquist](https://github.com/lamont-granquist)) +- Resolve new chefstyle warnings & use safe navigators [#1507](https://github.com/chef/ohai/pull/1507) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.4.12 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Resolve new chefstyle warnings & use safe navigators [#1507](https://github.com/chef/ohai/pull/1507) ([tas50](https://github.com/tas50)) <!-- 16.4.14 --> - Migrate to the chef-utils helpers for which/shell_out [#1501](https://github.com/chef/ohai/pull/1501) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.13 --> <!-- release_rollup --> @@ -1 +1 @@ -16.4.13
\ No newline at end of file +16.4.14
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 5403331b..7c833592 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 = "16.4.13".freeze + VERSION = "16.4.14".freeze end |