From d9cd0cb6071dfc8e0670f0bb87589ec18c822774 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 22 Aug 2018 17:10:35 +0000 Subject: [PATCH] Bump version to 14.4.2 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 2858eaa4b..f266c16f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v14.4.2](https://github.com/chef/ohai/tree/v14.4.2) (2018-08-22) + +#### Merged Pull Requests +- Uniquely name our network plugin helper methods [#1236](https://github.com/chef/ohai/pull/1236) ([tas50](https://github.com/tas50)) - + +### Changes since 14.4.1 release + +#### Merged Pull Requests +- Uniquely name our network plugin helper methods [#1236](https://github.com/chef/ohai/pull/1236) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 97ea4c05c..afc1b70fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.4.1 \ No newline at end of file +14.4.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index a476d5df9..ed5f4f628 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.4.1".freeze + VERSION = "14.4.2".freeze end