summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 554c697f..ad1a2182 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,17 @@
# Change Log
-<!-- latest_release 14.0.30 -->
-## [v14.0.30](https://github.com/chef/ohai/tree/v14.0.30) (2018-03-27)
+<!-- latest_release 14.0.31 -->
+## [v14.0.31](https://github.com/chef/ohai/tree/v14.0.31) (2018-03-29)
#### Merged Pull Requests
-- Add Ohai 14 release notes [#1166](https://github.com/chef/ohai/pull/1166) ([tas50](https://github.com/tas50))
-- Exclude example output from rubocop rules &amp; remove changelog generator gem [#1169](https://github.com/chef/ohai/pull/1169) ([tas50](https://github.com/tas50))
+- SCSI plugin [#1170](https://github.com/chef/ohai/pull/1170) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=14.0.28 -->
### Changes since 14.0.28 release
#### Merged Pull Requests
+- SCSI plugin [#1170](https://github.com/chef/ohai/pull/1170) ([jaymzh](https://github.com/jaymzh)) <!-- 14.0.31 -->
- Add Ohai 14 release notes [#1166](https://github.com/chef/ohai/pull/1166) ([tas50](https://github.com/tas50)) <!-- 14.0.30 -->
- Exclude example output from rubocop rules &amp; remove changelog generator gem [#1169](https://github.com/chef/ohai/pull/1169) ([tas50](https://github.com/tas50)) <!-- 14.0.29 -->
- Don&#39;t stacktrace if we can&#39;t shell_out to zpool [#1141](https://github.com/chef/ohai/pull/1141) ([tas50](https://github.com/tas50)) <!-- 14.0.29 -->
diff --git a/VERSION b/VERSION
index 3e1043d1..b12334e9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.30 \ No newline at end of file
+14.0.31 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5c7a0225..134fd835 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 = "14.0.30"
+ VERSION = "14.0.31"
end