diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-30 17:49:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-30 17:49:26 +0000 |
commit | 5236aff74b8f2a2e9244cff4d325ccb4f73b3d69 (patch) | |
tree | 194cfcbf6ebb62e1ddd4c3d8c9e63a78d7e8d6db | |
parent | 8872f36030caf55be8cbe5b3fe9a0fb59daba369 (diff) | |
download | ohai-5236aff74b8f2a2e9244cff4d325ccb4f73b3d69.tar.gz |
Bump version to 15.0.4 by Chef Expeditorv15.0.4
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 0052f17f..117d21e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.0.3 --> -## [v15.0.3](https://github.com/chef/ohai/tree/v15.0.3) (2018-10-30) +<!-- latest_release 15.0.4 --> +## [v15.0.4](https://github.com/chef/ohai/tree/v15.0.4) (2018-10-30) #### Merged Pull Requests -- Remove the deprecated Ohai::Util::Win32::GroupHelper class [#1279](https://github.com/chef/ohai/pull/1279) ([tas50](https://github.com/tas50)) +- Removed unused refresh_plugins method in System class [#1280](https://github.com/chef/ohai/pull/1280) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.6.2 --> ### Changes since 14.6.2 release #### Merged Pull Requests +- Removed unused refresh_plugins method in System class [#1280](https://github.com/chef/ohai/pull/1280) ([tas50](https://github.com/tas50)) <!-- 15.0.4 --> - Remove the deprecated Ohai::Util::Win32::GroupHelper class [#1279](https://github.com/chef/ohai/pull/1279) ([tas50](https://github.com/tas50)) <!-- 15.0.3 --> - Remove the deprecated system_profiler plugin [#1278](https://github.com/chef/ohai/pull/1278) ([tas50](https://github.com/tas50)) <!-- 15.0.2 --> - Remove the chdir to / when running ohai [#1250](https://github.com/chef/ohai/pull/1250) ([tas50](https://github.com/tas50)) <!-- 15.0.1 --> @@ -1 +1 @@ -15.0.3
\ No newline at end of file +15.0.4
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d31df8ff..ffe1effe 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.3".freeze + VERSION = "15.0.4".freeze end |