Skip to content

Commit

Permalink
Merge pull request #1122 from chef/8.26.1
Browse files Browse the repository at this point in the history
Release 8.26.1
  • Loading branch information
tas50 authored Jan 24, 2018
2 parents 3092b06 + 8f9e9b5 commit 7462c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "8.26.0"
VERSION = "8.26.1"
end

0 comments on commit 7462c00

Please sign in to comment.