From c8d07d3389f1127e0ac17a7288d883b5b8974d8a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 6 Jul 2018 21:56:14 +0000 Subject: [PATCH] Bump version to 14.2.4 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf21d011..629fd643a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v14.2.3](https://github.com/chef/ohai/tree/v14.2.3) (2018-07-06) + +## [v14.2.4](https://github.com/chef/ohai/tree/v14.2.4) (2018-07-06) #### Merged Pull Requests -- Properly detect Amazon Linux 2 final release platform version [#1214](https://github.com/chef/ohai/pull/1214) ([tas50](https://github.com/tas50)) +- Remove the outdated manpage [#1217](https://github.com/chef/ohai/pull/1217) ([tas50](https://github.com/tas50)) ### Changes since 14.2.0 release #### Merged Pull Requests +- Remove the outdated manpage [#1217](https://github.com/chef/ohai/pull/1217) ([tas50](https://github.com/tas50)) - Properly detect Amazon Linux 2 final release platform version [#1214](https://github.com/chef/ohai/pull/1214) ([tas50](https://github.com/tas50)) - Resolve several performance issues identified by Rubocop [#1208](https://github.com/chef/ohai/pull/1208) ([tas50](https://github.com/tas50)) - Fixes for new chefstyle rules [#1211](https://github.com/chef/ohai/pull/1211) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index 1a709f0cf..7ffbcaae4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.2.3 \ No newline at end of file +14.2.4 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 428e65a07..469ce8eb2 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.2.3".freeze + VERSION = "14.2.4".freeze end