diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-13 16:33:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-13 16:33:48 +0000 |
commit | 3cbf90d12abb2fe11bc486b87449a98ea02988d2 (patch) | |
tree | 61a295e0dc5870c25a5e487333f03be56b41e533 | |
parent | ae491457323f440b08eef7aced3d28e1362e195e (diff) | |
download | ohai-3cbf90d12abb2fe11bc486b87449a98ea02988d2.tar.gz |
Bump version to 15.0.32 by Chef Expeditorv15.0.32
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 6d5dea73..d9f789b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.0.31 --> -## [v15.0.31](https://github.com/chef/ohai/tree/v15.0.31) (2019-04-10) +<!-- latest_release 15.0.32 --> +## [v15.0.32](https://github.com/chef/ohai/tree/v15.0.32) (2019-04-13) #### Merged Pull Requests -- Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin [#1347](https://github.com/chef/ohai/pull/1347) ([burtlo](https://github.com/burtlo)) +- Adds mention of the style task [#1351](https://github.com/chef/ohai/pull/1351) ([burtlo](https://github.com/burtlo)) <!-- latest_release --> <!-- release_rollup since=14.6.2 --> ### Changes since 14.6.2 release #### Merged Pull Requests +- Adds mention of the style task [#1351](https://github.com/chef/ohai/pull/1351) ([burtlo](https://github.com/burtlo)) <!-- 15.0.32 --> - Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin [#1347](https://github.com/chef/ohai/pull/1347) ([burtlo](https://github.com/burtlo)) <!-- 15.0.31 --> - Loosen the mixlib pins to allow for new major releases [#1341](https://github.com/chef/ohai/pull/1341) ([tas50](https://github.com/tas50)) <!-- 15.0.30 --> - Parse new /proc/meminfo fields [#1340](https://github.com/chef/ohai/pull/1340) ([davide125](https://github.com/davide125)) <!-- 15.0.29 --> @@ -1 +1 @@ -15.0.31
\ No newline at end of file +15.0.32
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 327983ed..4e2eabcc 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.31".freeze + VERSION = "15.0.32".freeze end |