summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 09:51:05 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 09:51:05 +0000
commit46a20cac3d505a94cdb8d8529cf243f3975d21b4 (patch)
treebfa71b5e7518cda9270af658233d6087485a1601
parentfd546d84764e25cf81fc4e327f976e7cdbfcd596 (diff)
downloadohai-46a20cac3d505a94cdb8d8529cf243f3975d21b4.tar.gz
Bump version to 14.0.3 by Expeditorv14.0.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3d99162..15fc71d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.2 -->
-## [v14.0.2](https://github.com/chef/ohai/tree/v14.0.2) (2018-02-12)
+<!-- latest_release 14.0.3 -->
+## [v14.0.3](https://github.com/chef/ohai/tree/v14.0.3) (2018-02-16)
#### Merged Pull Requests
-- adds whitespace stripping for the shellout stdout [#1132](https://github.com/chef/ohai/pull/1132) ([rmcleod8](https://github.com/rmcleod8))
+- Simplify path logic by requiring chef-config 12.8+ [#1128](https://github.com/chef/ohai/pull/1128) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- Simplify path logic by requiring chef-config 12.8+ [#1128](https://github.com/chef/ohai/pull/1128) ([tas50](https://github.com/tas50)) <!-- 14.0.3 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 112969d1..3b0c3fb7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.2 \ No newline at end of file
+14.0.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b363dc4e..1fc3a8f2 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.2"
+ VERSION = "14.0.3"
end