summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-12 21:47:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-12 21:47:23 +0000
commitf2b345a4314a19929fe7271bd3eaee1f590a695f (patch)
treefc3ae1b6c79fe20b8bdeecc5fa2516e21348fc5d
parent8ce9f4d016b5edbb5d7faee6ab2e18bcccadf169 (diff)
downloadohai-f2b345a4314a19929fe7271bd3eaee1f590a695f.tar.gz
Bump version to 14.0.2 by Expeditorv14.0.2
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99135448..d3d99162 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.0.2 -->
+## [v14.0.2](https://github.com/chef/ohai/tree/v14.0.2) (2018-02-12)
+
+#### Merged Pull Requests
+- adds whitespace stripping for the shellout stdout [#1132](https://github.com/chef/ohai/pull/1132) ([rmcleod8](https://github.com/rmcleod8))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=13.7.1 -->
+### Changes since 13.7.1 release
+
+#### Merged Pull Requests
+- adds whitespace stripping for the shellout stdout [#1132](https://github.com/chef/ohai/pull/1132) ([rmcleod8](https://github.com/rmcleod8)) <!-- 14.0.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -715,4 +723,4 @@
- Normalize cloud attributes for Azure (OHAI-554)
- Capture FreeBSD osreldate for comparison purposes (OHAI-557)
-<http://www.chef.io/blog/2014/04/09/release-chef-client-11-12-2/>
+<http://www.chef.io/blog/2014/04/09/release-chef-client-11-12-2/> \ No newline at end of file
diff --git a/VERSION b/VERSION
index 8d2e58b4..112969d1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.1 \ No newline at end of file
+14.0.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4848dc3f..b363dc4e 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.0.1"
+ VERSION = "14.0.2"
end