summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-10 00:06:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-10 00:06:05 +0000
commit08f124bc9428fd5fd1d0f6b9c3250f08ed0a6abd (patch)
treed6c2959ebaf82727358ac778d5d1bee211db051a
parent226ad0539fba13bf2859e79c241c4a3fb6cb3a76 (diff)
downloadohai-08f124bc9428fd5fd1d0f6b9c3250f08ed0a6abd.tar.gz
Bump version to 15.0.35 by Chef Expeditorv15.0.35
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 138f7b2b..e415e036 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 15.0.35 -->
+## [v15.0.35](https://github.com/chef/ohai/tree/v15.0.35) (2019-05-10)
#### Merged Pull Requests
+- Require ohai/version where we use it [#1361](https://github.com/chef/ohai/pull/1361) ([tas50](https://github.com/tas50))
- Run ohai in Buildkite [#1355](https://github.com/chef/ohai/pull/1355) ([tas50](https://github.com/tas50))
<!-- latest_release -->
@@ -11,6 +12,7 @@
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Require ohai/version where we use it [#1361](https://github.com/chef/ohai/pull/1361) ([tas50](https://github.com/tas50)) <!-- 15.0.35 -->
- Run ohai in Buildkite [#1355](https://github.com/chef/ohai/pull/1355) ([tas50](https://github.com/tas50)) <!-- 15.0.34 -->
- Update the repo for the new governance [#1348](https://github.com/chef/ohai/pull/1348) ([tas50](https://github.com/tas50)) <!-- 15.0.34 -->
- Replaces require_relative with require [#1349](https://github.com/chef/ohai/pull/1349) ([burtlo](https://github.com/burtlo)) <!-- 15.0.33 -->
diff --git a/VERSION b/VERSION
index c174f1c7..b4372193 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.34 \ No newline at end of file
+15.0.35 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 06d231ba..9ca4790d 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.34".freeze
+ VERSION = "15.0.35".freeze
end