diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-21 01:07:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-21 01:07:06 +0000 |
commit | 3734d441498e51dd44cefc21d842232cd0b5a47d (patch) | |
tree | 90f2feea7198b33e5b9f421aa932804eb0054e93 | |
parent | 9aeb32dc7e7af2f5b8291dca7e5926ff9216acff (diff) | |
download | ohai-3734d441498e51dd44cefc21d842232cd0b5a47d.tar.gz |
Bump version to 15.0.36 by Chef Expeditorv15.0.36
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 05dbf3ed..93a4b21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log -<!-- latest_release --> +<!-- latest_release 15.0.36 --> +## [v15.0.36](https://github.com/chef/ohai/tree/v15.0.36) (2019-05-21) + +#### Merged Pull Requests +- Apply require speedups to ohai [#1363](https://github.com/chef/ohai/pull/1363) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=15.0.35 --> +### Changes not yet released to rubygems.orgs + +#### Merged Pull Requests +- Apply require speedups to ohai [#1363](https://github.com/chef/ohai/pull/1363) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.36 --> <!-- release_rollup --> <!-- latest_stable_release --> @@ -1 +1 @@ -15.0.35
\ No newline at end of file +15.0.36
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 9ca4790d..c551556e 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.35".freeze + VERSION = "15.0.36".freeze end |