summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-28 17:40:11 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-28 17:40:11 +0000
commit66ed20f0e6466f5572732b5028cbe64a91bbb15c (patch)
treed5305a63dd38571a88491b29943544d491106de2
parent67c63eb039ac1617b97d68892424b0126863de3d (diff)
downloadohai-15.7.5.tar.gz
Bump version to 15.7.5 by Chef Expeditorv15.7.5
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 53ce59db..d9b87dbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 15.7.5 -->
+## [v15.7.5](https://github.com/chef/ohai/tree/v15.7.5) (2020-02-28)
+
+#### Merged Pull Requests
+- backport #1434 for 15 stable [#1435](https://github.com/chef/ohai/pull/1435) ([sawanoboly](https://github.com/sawanoboly))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.7.4 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- backport #1434 for 15 stable [#1435](https://github.com/chef/ohai/pull/1435) ([sawanoboly](https://github.com/sawanoboly)) <!-- 15.7.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 1ca44d7b..fde6f99b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.7.4 \ No newline at end of file
+15.7.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e9db7152..ba016500 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.7.4".freeze
+ VERSION = "15.7.5".freeze
end