summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-05 01:12:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-05 01:12:41 +0000
commit1779bc553112ba6bf44e9ac1a03fe3109f4a3145 (patch)
treef21d3b44ba68a10e581ccb4257d85fc5ae5bacbc
parentc61fd511a6635ffc6df032238a081e6d74a19e26 (diff)
downloadohai-1779bc553112ba6bf44e9ac1a03fe3109f4a3145.tar.gz
Bump version to 16.8.2 by Chef Expeditorv16.8.2
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 e5a4eae7..f17158d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.8.2 -->
+## [v16.8.2](https://github.com/chef/ohai/tree/v16.8.2) (2021-01-05)
+
+#### Merged Pull Requests
+- Pin chef-utils and chef-config to chef 16.x [#1596](https://github.com/chef/ohai/pull/1596) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.8.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Pin chef-utils and chef-config to chef 16.x [#1596](https://github.com/chef/ohai/pull/1596) ([tas50](https://github.com/tas50)) <!-- 16.8.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 0446c757..42ff71da 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.8.1 \ No newline at end of file
+16.8.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cbe4f6a5..bd10ec05 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.8.1"
+ VERSION = "16.8.2"
end