summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-12 16:25:22 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-12 16:25:22 +0000
commit7af17943dc0668d91c230320cfeeb13e83827a07 (patch)
treeebcf9508c2b89f339bcd4abaf618133fca3b6ec6
parentf1facfbd1b3db413b44168e0ef261cee4e325a41 (diff)
downloadohai-14.8.13.tar.gz
Bump version to 14.8.13 by Chef Expeditorv14.8.13
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1f10750..f4b02092 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.8.13 -->
+## [v14.8.13](https://github.com/chef/ohai/tree/v14.8.13) (2019-06-12)
+
+#### Merged Pull Requests
+- Define CONVERSION_STATUS only if it wasn&#39;t defined earlier [#1375](https://github.com/chef/ohai/pull/1375) ([balasankarc](https://github.com/balasankarc))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.35 -->
+### Changes not yet released to rubygems.orgs
+
+#### Merged Pull Requests
+- Define CONVERSION_STATUS only if it wasn&#39;t defined earlier [#1375](https://github.com/chef/ohai/pull/1375) ([balasankarc](https://github.com/balasankarc)) <!-- 14.8.13 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 51e5d969..371252f8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.8.12 \ No newline at end of file
+14.8.13 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4aaf7061..8bf3f3a0 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.8.12".freeze
+ VERSION = "14.8.13".freeze
end