diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-08 18:55:17 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-08 18:55:17 +0000 |
commit | 4c97cbd6486da7f7b47162839bf790a71964aad5 (patch) | |
tree | 78b0eca945146884909f85ffc05b4d398c2ec53c | |
parent | c476675b2662efff343e9153dcc2fe2ae45986b1 (diff) | |
download | ohai-4c97cbd6486da7f7b47162839bf790a71964aad5.tar.gz |
Bump version to 14.4.0 by Chef Expeditorv14.4.0
-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 343fbcb7..2dfad124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 14.3.7 --> -## [v14.3.7](https://github.com/chef/ohai/tree/v14.3.7) (2018-08-08) +<!-- latest_release 14.4.0 --> +## [v14.4.0](https://github.com/chef/ohai/tree/v14.4.0) (2018-08-08) #### Merged Pull Requests -- Resolve Expeditor config warnings [#1229](https://github.com/chef/ohai/pull/1229) ([tas50](https://github.com/tas50)) +- Add release notes for 14.4 [#1230](https://github.com/chef/ohai/pull/1230) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.3.0 --> ### Changes since 14.3.0 release #### Merged Pull Requests +- Add release notes for 14.4 [#1230](https://github.com/chef/ohai/pull/1230) ([tas50](https://github.com/tas50)) <!-- 14.4.0 --> - Resolve Expeditor config warnings [#1229](https://github.com/chef/ohai/pull/1229) ([tas50](https://github.com/tas50)) <!-- 14.3.7 --> - Make the default shell_out timeout of 30 seconds configurable [#1227](https://github.com/chef/ohai/pull/1227) ([WheresAlice](https://github.com/WheresAlice)) <!-- 14.3.6 --> - Add support for passing multiple plugin directories on CLI/client.rb [#1221](https://github.com/chef/ohai/pull/1221) ([tas50](https://github.com/tas50)) <!-- 14.3.5 --> @@ -1 +1 @@ -14.3.7
\ No newline at end of file +14.4.0
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index de13a9e9..cbaca593 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 = "14.3.7".freeze + VERSION = "14.4.0".freeze end |