diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-26 20:00:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-26 20:00:22 +0000 |
commit | f5c813bb7f865cdef670c8b14fc150912f48be0e (patch) | |
tree | de382154c3c42cf6c905ba1d2b4083f2eac2479b | |
parent | 9a141ebee1a9a417581ef0ebf0b332c09b656359 (diff) | |
download | ohai-f5c813bb7f865cdef670c8b14fc150912f48be0e.tar.gz |
Bump version to 15.0.1 by Chef Expeditorv15.0.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2240d05c..b7487108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Change Log -<!-- latest_release unreleased --> -## Unreleased +<!-- latest_release 15.0.1 --> +## [v15.0.1](https://github.com/chef/ohai/tree/v15.0.1) (2018-10-26) #### Merged Pull Requests +- Remove the chdir to / when running ohai [#1250](https://github.com/chef/ohai/pull/1250) ([tas50](https://github.com/tas50)) - Update master branch for Ohai 15 development [#1277](https://github.com/chef/ohai/pull/1277) ([tas50](https://github.com/tas50)) <!-- latest_release --> @@ -11,6 +12,7 @@ ### Changes since 14.6.2 release #### Merged Pull Requests +- Remove the chdir to / when running ohai [#1250](https://github.com/chef/ohai/pull/1250) ([tas50](https://github.com/tas50)) <!-- 15.0.1 --> - Update master branch for Ohai 15 development [#1277](https://github.com/chef/ohai/pull/1277) ([tas50](https://github.com/tas50)) <!-- 15.0.0 --> <!-- release_rollup --> @@ -1 +1 @@ -15.0.0 +15.0.1
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index bb7d34b4..5b0e0f19 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.0.0".freeze + VERSION = "15.0.1".freeze end |