summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/ohai/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b110de6d..69fb85a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log
+## [8.26.1](https://github.com/chef/ohai/tree/v8.26.1) (2018-01-24)
+
+- Fix detection of containers running on the latest release of Docker for Mac [#1118](https://github.com/chef/ohai/pull/1118)
+
## [8.26.0](https://github.com/chef/ohai/tree/v8.26.0) (2018-01-10)
- [mdadm] Handle journal and spare devices properly [#1102](https://github.com/chef/ohai/pull/1102)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 619c1655..b4b3611b 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "8.26.0"
+ VERSION = "8.26.1"
end