summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-03 00:19:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-03 00:19:49 +0000
commit58949eb394a20a2e9062300d935e6e91da88a190 (patch)
tree359c14c08b5874beb962c5965028676d6796a440
parente7916875b5b075b548429f3d40ea28a9eb4226ad (diff)
downloadohai-16.10.5.tar.gz
Bump version to 16.10.5 by Chef Expeditorv16.10.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 7ebb5685..e4a3eb8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.10.5 -->
+## [v16.10.5](https://github.com/chef/ohai/tree/v16.10.5) (2021-02-03)
+
+#### Merged Pull Requests
+- Pin chefstyle for Ohai 16 to a known version [#1611](https://github.com/chef/ohai/pull/1611) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.10.4 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Pin chefstyle for Ohai 16 to a known version [#1611](https://github.com/chef/ohai/pull/1611) ([tas50](https://github.com/tas50)) <!-- 16.10.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 74887e66..305e75ad 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.10.4 \ No newline at end of file
+16.10.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 14c5fb3c..0a09a8ab 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.10.4"
+ VERSION = "16.10.5"
end