From d444918c87581a73d68c4d6f3cdd47e4bd8c6065 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 15 May 2018 16:59:57 +0000 Subject: [PATCH] Bump version to 14.1.3 by Chef Expeditor --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca47575b6..e1ff8f148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [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)) - + +### 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)) diff --git a/VERSION b/VERSION index 73c5170b3..f7e6aaa8b 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 b48e1c9a9..9a5cef38b 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