diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | Gemfile.local | 1 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2acc8a4..46fe4907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Change Log +## [8.25.0](https://github.com/chef/ohai/tree/v8.25.0) (2017-10-06) +[Full Changelog](https://github.com/chef/ohai/compare/v8.24.1...v8.25.0) + +- Add new critial plugins functionality [#1064](https://github.com/chef/ohai/pull/1064) +- Fix solaris2 ipaddress attribute search [#1028](https://github.com/chef/ohai/pull/1028) + ## [8.24.0](https://github.com/chef/ohai/tree/v8.24.1) (2017-06-21) [Full Changelog](https://github.com/chef/ohai/compare/v8.24.0...v8.24.1) -- bump chefstyle development dependency +- Bumped chefstyle development dependency ## [8.24.0](https://github.com/chef/ohai/tree/v8.24.0) (2017-05-08) diff --git a/Gemfile.local b/Gemfile.local new file mode 100644 index 00000000..834e531c --- /dev/null +++ b/Gemfile.local @@ -0,0 +1 @@ +gem "memory_profiler" diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index f479b96e..ede589b6 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.24.1" + VERSION = "8.25.0" end |