Skip to content

Commit

Permalink
Merge pull request #1063 from chef/tm/13_5
Browse files Browse the repository at this point in the history
prep 13.5 for release
  • Loading branch information
thommay authored Sep 28, 2017
2 parents 1514939 + b030337 commit da3e87f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Ohai Release Notes 13.5

### Correctly detect IPv6 routes ending in ::

Previously we would ignore routes that ended `::`, and now we properly
detect them.

### Plugin run time is now measured

Debug logs will show the length of time each plugin takes to run, making
debugging of long ohai runs easier.

# Ohai Release Notes 13.4

### Windows EC2 Detection
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 = "13.4.0"
VERSION = "13.5.0"
end

0 comments on commit da3e87f

Please sign in to comment.