From 8f9e9b5b7e194ea4d16bef76a1f51073ad12e311 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 24 Jan 2018 10:30:06 -0800 Subject: [PATCH] Release 8.26.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 4 ++++ lib/ohai/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b110de6dd..69fb85a52 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 619c16551..b4b3611bc 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