summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 22:54:26 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 22:54:26 +0000
commita3d37e1c29cf29f15bf7f420b0ca943e078476d8 (patch)
tree97f23a13e48571872d10e80995cb27811dd85d54
parent4b2dff5eb8a52a1fd38ef016755547a382468fa3 (diff)
downloadohai-a3d37e1c29cf29f15bf7f420b0ca943e078476d8.tar.gz
Bump version to 15.0.37 by Chef Expeditorv15.0.37
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93a4b21c..65cc33d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.36 -->
-## [v15.0.36](https://github.com/chef/ohai/tree/v15.0.36) (2019-05-21)
+<!-- latest_release 15.0.37 -->
+## [v15.0.37](https://github.com/chef/ohai/tree/v15.0.37) (2019-05-24)
#### Merged Pull Requests
-- Apply require speedups to ohai [#1363](https://github.com/chef/ohai/pull/1363) ([lamont-granquist](https://github.com/lamont-granquist))
+- fix shellout require idempotency [#1365](https://github.com/chef/ohai/pull/1365) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=15.0.35 -->
### Changes not yet released to rubygems.orgs
#### Merged Pull Requests
+- fix shellout require idempotency [#1365](https://github.com/chef/ohai/pull/1365) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.37 -->
- 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 -->
diff --git a/VERSION b/VERSION
index c2c217c9..11de2e70 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.36 \ No newline at end of file
+15.0.37 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index c551556e..03a7dc72 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.36".freeze
+ VERSION = "15.0.37".freeze
end