summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-27 00:30:43 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-27 00:30:43 +0000
commit2573fcf62e2d3fed35536e5fcab314d3ebd375ed (patch)
treee30adb92ca72b2dccb57d92b96caec8b5a8aec94
parent2dfee25f54117942cb89b435d25417f8b4797d21 (diff)
downloadohai-2573fcf62e2d3fed35536e5fcab314d3ebd375ed.tar.gz
Bump version to 16.10.7 by Chef Expeditorv16.10.7
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 f6b7f245..e0364900 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.10.7 -->
+## [v16.10.7](https://github.com/chef/ohai/tree/v16.10.7) (2021-02-27)
+
+#### Merged Pull Requests
+- suppress constant redefinition warning [#1628](https://github.com/chef/ohai/pull/1628) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.10.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- suppress constant redefinition warning [#1628](https://github.com/chef/ohai/pull/1628) ([ramereth](https://github.com/ramereth)) <!-- 16.10.7 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index e8334565..30d0e939 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.10.6 \ No newline at end of file
+16.10.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0bb94a29..b9432358 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.6"
+ VERSION = "16.10.7"
end