summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-07 20:48:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-07 20:48:51 +0000
commit0a6530f2b7fdf225a7ca0ae54459cfce9b8d3b4c (patch)
tree5257a61f5215c5d4ec723e02a5eb44f23c47828e
parent4343dfe60c2523084de2227e5cfa9b8cbfb442b9 (diff)
downloadohai-0a6530f2b7fdf225a7ca0ae54459cfce9b8d3b4c.tar.gz
Bump version to 16.2.4 by Chef Expeditorv16.2.4
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 fb4a3c16..32390578 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.2.4 -->
+## [v16.2.4](https://github.com/chef/ohai/tree/v16.2.4) (2020-07-07)
+
+#### Merged Pull Requests
+- Use .match? when we don&#39;t need the result [#1478](https://github.com/chef/ohai/pull/1478) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.2.3 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Use .match? when we don&#39;t need the result [#1478](https://github.com/chef/ohai/pull/1478) ([tas50](https://github.com/tas50)) <!-- 16.2.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index c68761ea..b045f481 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.2.3 \ No newline at end of file
+16.2.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index bb67f77c..b6b04146 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 = "16.2.3".freeze
+ VERSION = "16.2.4".freeze
end