From 10fa8cc9a2d0e1fd057948dc50d0e50725374809 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 14 May 2018 20:14:19 +0000 Subject: [PATCH] Bump version to 14.1.2 by Chef Expeditor --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6960600ef..412c34998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Change Log - -## [v14.1.1](https://github.com/chef/ohai/tree/v14.1.1) (2018-05-10) + +## [v14.1.2](https://github.com/chef/ohai/tree/v14.1.2) (2018-05-14) #### Merged Pull Requests -- [filesystem] Unify plugins, bring BSD into the modern age [#1181](https://github.com/chef/ohai/pull/1181) ([jaymzh](https://github.com/jaymzh)) -- Update Release Notes for 14.1 [#1179](https://github.com/chef/ohai/pull/1179) ([thommay](https://github.com/thommay)) +- Fix shard plugin under FIPS mode because my testing was not sufficient [#1184](https://github.com/chef/ohai/pull/1184) ([coderanger](https://github.com/coderanger)) ### Changes since 14.1.0 release #### Merged Pull Requests +- Fix shard plugin under FIPS mode because my testing was not sufficient [#1184](https://github.com/chef/ohai/pull/1184) ([coderanger](https://github.com/coderanger)) - [filesystem] Unify plugins, bring BSD into the modern age [#1181](https://github.com/chef/ohai/pull/1181) ([jaymzh](https://github.com/jaymzh)) diff --git a/VERSION b/VERSION index e199ade4b..73c5170b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.1.1 \ No newline at end of file +14.1.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 07ae6f21c..b48e1c9a9 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.1" + VERSION = "14.1.2" end