summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-26 01:17:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-26 01:17:35 +0000
commit565c0510b126c82d94262d18c6e6932cf35981ee (patch)
tree2f7256ed107ba707f51003b8dea18c7bb39df3e7
parent49668f8ad931e683fd87dff067596616fa154cbc (diff)
downloadohai-565c0510b126c82d94262d18c6e6932cf35981ee.tar.gz
Bump version to 16.4.13 by Chef Expeditorv16.4.13
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 a6515eae..74f3557f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.4.13 -->
+## [v16.4.13](https://github.com/chef/ohai/tree/v16.4.13) (2020-08-26)
+
+#### Merged Pull Requests
+- Migrate to the chef-utils helpers for which/shell_out [#1501](https://github.com/chef/ohai/pull/1501) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.4.12 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Migrate to the chef-utils helpers for which/shell_out [#1501](https://github.com/chef/ohai/pull/1501) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.13 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index ff1d85bd..5385d216 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.12 \ No newline at end of file
+16.4.13 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index acf9cfa7..4d45d007 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.4.12".freeze
+ VERSION = "16.4.13".freeze
end