summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9b87dbd..acc00d44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.7.5 -->
-## [v15.7.5](https://github.com/chef/ohai/tree/v15.7.5) (2020-02-28)
+<!-- latest_release 15.8.0 -->
+## [v15.8.0](https://github.com/chef/ohai/tree/v15.8.0) (2020-02-28)
#### Merged Pull Requests
-- backport #1434 for 15 stable [#1435](https://github.com/chef/ohai/pull/1435) ([sawanoboly](https://github.com/sawanoboly))
+- fix: ensure optional_plugins to be array of symbols [#1436](https://github.com/chef/ohai/pull/1436) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.7.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- fix: ensure optional_plugins to be array of symbols [#1436](https://github.com/chef/ohai/pull/1436) ([tas50](https://github.com/tas50)) <!-- 15.8.0 -->
- backport #1434 for 15 stable [#1435](https://github.com/chef/ohai/pull/1435) ([sawanoboly](https://github.com/sawanoboly)) <!-- 15.7.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index fde6f99b..1685f0c1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.7.5 \ No newline at end of file
+15.8.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ba016500..fe0a428e 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 = "15.7.5".freeze
+ VERSION = "15.8.0".freeze
end