summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-30 20:13:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-30 20:13:23 +0000
commit6d6e6f4cd6218d2e4285897cbda1cf9c11c094a9 (patch)
tree51664696cc4318136809d020267ffb509cefe78e
parent234c5c959624c8311e984879ca36ded148ef054d (diff)
downloadohai-6d6e6f4cd6218d2e4285897cbda1cf9c11c094a9.tar.gz
Bump version to 16.6.0 by Chef Expeditorv16.6.0
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 af634c1d..8ee8bf88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.6.0 -->
+## [v16.6.0](https://github.com/chef/ohai/tree/v16.6.0) (2020-09-30)
+
+#### Merged Pull Requests
+- Detect Azure when DHCP domain is set to reddog.microsoft.com [#1521](https://github.com/chef/ohai/pull/1521) ([jasonwbarnett](https://github.com/jasonwbarnett))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.5.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Detect Azure when DHCP domain is set to reddog.microsoft.com [#1521](https://github.com/chef/ohai/pull/1521) ([jasonwbarnett](https://github.com/jasonwbarnett)) <!-- 16.6.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 151d5464..fe194a26 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.5.6 \ No newline at end of file
+16.6.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 426d544f..c3a9a5a1 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.5.6".freeze
+ VERSION = "16.6.0".freeze
end