summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-16 19:04:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-16 19:04:35 +0000
commitb51304e737ffedd518c277ed2460ab7845a0aa54 (patch)
treef4d8ce9de642053a132f6ef89d9a3ea1c8c69e8f
parentcac87307831471b56225d7ee07ef457d1d46dafc (diff)
downloadohai-b51304e737ffedd518c277ed2460ab7845a0aa54.tar.gz
Bump version to 16.7.19 by Chef Expeditorv16.7.19
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 db062115..68c53329 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.7.19 -->
+## [v16.7.19](https://github.com/chef/ohai/tree/v16.7.19) (2020-11-16)
+
+#### Merged Pull Requests
+- Update mock logger to fix shellout specs. [#1566](https://github.com/chef/ohai/pull/1566) ([phiggins](https://github.com/phiggins))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.7.18 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Update mock logger to fix shellout specs. [#1566](https://github.com/chef/ohai/pull/1566) ([phiggins](https://github.com/phiggins)) <!-- 16.7.19 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 1c95d064..98563181 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.18 \ No newline at end of file
+16.7.19 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 63ab4ca2..ddd3f4b6 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.18"
+ VERSION = "16.7.19"
end