summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-26 21:29:00 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-26 21:29:00 +0000
commit3759aeff5ff3c999fd99ffef44f6d00ad3fd0135 (patch)
tree0a93fe21f81087e6b7eee18d2bfa12c7ffce4ff8
parenta30c84244deae40bbaea766ef98d526a272c0e1a (diff)
downloadohai-3759aeff5ff3c999fd99ffef44f6d00ad3fd0135.tar.gz
Bump version to 15.0.2 by Chef Expeditorv15.0.2
Obvious fix; these changes are the result of automation not creative thinking.
-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 b7487108..c6723a39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,17 @@
# Change Log
-<!-- latest_release 15.0.1 -->
-## [v15.0.1](https://github.com/chef/ohai/tree/v15.0.1) (2018-10-26)
+<!-- latest_release 15.0.2 -->
+## [v15.0.2](https://github.com/chef/ohai/tree/v15.0.2) (2018-10-26)
#### Merged Pull Requests
-- Remove the chdir to / when running ohai [#1250](https://github.com/chef/ohai/pull/1250) ([tas50](https://github.com/tas50))
-- Update master branch for Ohai 15 development [#1277](https://github.com/chef/ohai/pull/1277) ([tas50](https://github.com/tas50))
+- Remove the deprecated system_profiler plugin [#1278](https://github.com/chef/ohai/pull/1278) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Remove the deprecated system_profiler plugin [#1278](https://github.com/chef/ohai/pull/1278) ([tas50](https://github.com/tas50)) <!-- 15.0.2 -->
- Remove the chdir to / when running ohai [#1250](https://github.com/chef/ohai/pull/1250) ([tas50](https://github.com/tas50)) <!-- 15.0.1 -->
- Update master branch for Ohai 15 development [#1277](https://github.com/chef/ohai/pull/1277) ([tas50](https://github.com/tas50)) <!-- 15.0.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 9dc738e6..49bf3b4a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.1 \ No newline at end of file
+15.0.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5b0e0f19..f211b869 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.0.1".freeze
+ VERSION = "15.0.2".freeze
end