summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-15 16:59:57 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-15 16:59:57 +0000
commitd444918c87581a73d68c4d6f3cdd47e4bd8c6065 (patch)
tree51090720d0e74fc24b19bbdda145a057342ea98e
parent39f50093934fd7daab17843e66820c1c56878640 (diff)
downloadohai-d444918c87581a73d68c4d6f3cdd47e4bd8c6065.tar.gz
Bump version to 14.1.3 by Chef Expeditorv14.1.3
-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 ca47575b..e1ff8f14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.1.3 -->
+## [v14.1.3](https://github.com/chef/ohai/tree/v14.1.3) (2018-05-15)
+
+#### Merged Pull Requests
+- Rework FIPS detection to only use the positive of OpenSSL.fips_mode [#1186](https://github.com/chef/ohai/pull/1186) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.1.2 -->
+### Changes since 14.1.2 release
+
+#### Merged Pull Requests
+- Rework FIPS detection to only use the positive of OpenSSL.fips_mode [#1186](https://github.com/chef/ohai/pull/1186) ([coderanger](https://github.com/coderanger)) <!-- 14.1.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 73c5170b..f7e6aaa8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.2 \ No newline at end of file
+14.1.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b48e1c9a..9a5cef38 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.1.2"
+ VERSION = "14.1.3"
end