summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-26 20:00:22 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-26 20:00:22 +0000
commitf5c813bb7f865cdef670c8b14fc150912f48be0e (patch)
treede382154c3c42cf6c905ba1d2b4083f2eac2479b
parent9a141ebee1a9a417581ef0ebf0b332c09b656359 (diff)
downloadohai-f5c813bb7f865cdef670c8b14fc150912f48be0e.tar.gz
Bump version to 15.0.1 by Chef Expeditorv15.0.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2240d05c..b7487108 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 15.0.1 -->
+## [v15.0.1](https://github.com/chef/ohai/tree/v15.0.1) (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))
<!-- latest_release -->
@@ -11,6 +12,7 @@
### Changes since 14.6.2 release
#### Merged Pull Requests
+- 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 94188a74..9dc738e6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.0
+15.0.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index bb7d34b4..5b0e0f19 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.0".freeze
+ VERSION = "15.0.1".freeze
end