summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-28 00:12:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-28 00:12:07 +0000
commit51ad3772c9aa13468eedd0d75c238fc0f4e7bd17 (patch)
tree1186a1664c27e9a70e5f7dbb26ccae231a3366c8
parent019b28bfc6e5a3fee98575ae65d2938c2844a8d9 (diff)
downloadohai-51ad3772c9aa13468eedd0d75c238fc0f4e7bd17.tar.gz
Bump version to 16.7.38 by Chef Expeditorv16.7.38
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a78f2731..8cc97aa9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.7.38 -->
+## [v16.7.38](https://github.com/chef/ohai/tree/v16.7.38) (2020-11-28)
+
+#### Merged Pull Requests
+- Remove platform dependencies that aren&#39;t needed [#1586](https://github.com/chef/ohai/pull/1586) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.7.37 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Remove platform dependencies that aren&#39;t needed [#1586](https://github.com/chef/ohai/pull/1586) ([tas50](https://github.com/tas50)) <!-- 16.7.38 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 33ddd02e..c0819f1c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.37 \ No newline at end of file
+16.7.38 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7f49c965..07ce2a50 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.7.37"
+ VERSION = "16.7.38"
end