summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af703feb..4f60d586 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.6 -->
-## [v17.7.6](https://github.com/chef/ohai/tree/v17.7.6) (2021-10-25)
+<!-- latest_release 17.7.7 -->
+## [v17.7.7](https://github.com/chef/ohai/tree/v17.7.7) (2021-10-28)
#### Merged Pull Requests
-- Update chefstyle requirement from 2.1.0 to 2.1.1 [#1702](https://github.com/chef/ohai/pull/1702) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Fix node[&#39;fqdn&#39;] for broken reverse record lookup [#1705](https://github.com/chef/ohai/pull/1705) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=17.7.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix node[&#39;fqdn&#39;] for broken reverse record lookup [#1705](https://github.com/chef/ohai/pull/1705) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.7.7 -->
- Update chefstyle requirement from 2.1.0 to 2.1.1 [#1702](https://github.com/chef/ohai/pull/1702) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.7.6 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 14d36b8f..15d2b462 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.6 \ No newline at end of file
+17.7.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3513cdf5..8fd32bbc 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.7.6"
+ VERSION = "17.7.7"
end