summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 19:07:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 19:07:23 +0000
commit636a9bb21b9105fb6655f7fef877f4912afb51a4 (patch)
tree2de8fc0d6838659db5ccc9db4d7368dc5f324899
parentf180cb93569470ab255f642e25f7d1c0c8e64af0 (diff)
downloadohai-636a9bb21b9105fb6655f7fef877f4912afb51a4.tar.gz
Bump version to 16.13.1 by Chef Expeditorv16.13.1
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 4781ca3d..f08153a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.13.1 -->
+## [v16.13.1](https://github.com/chef/ohai/tree/v16.13.1) (2021-04-22)
+
+#### Merged Pull Requests
+- Update minimum version of mixlib-shellout [#1658](https://github.com/chef/ohai/pull/1658) ([pravi](https://github.com/pravi))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.13.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Update minimum version of mixlib-shellout [#1658](https://github.com/chef/ohai/pull/1658) ([pravi](https://github.com/pravi)) <!-- 16.13.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 5b0ad74a..6e9d5a1e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.13.0 \ No newline at end of file
+16.13.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 51eb60fc..5a773d45 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.13.0"
+ VERSION = "16.13.1"
end