From 5414c1aeed62dc2b7889fcdf21a11075c137cd88 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 10 Jul 2018 04:13:02 +0000 Subject: [PATCH] Bump version to 14.3.1 by Chef Expeditor --- CHANGELOG.md | 8 ++++++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21baf2ffb..c2bb9a21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ # Change Log - -## Unreleased + +## [v14.3.1](https://github.com/chef/ohai/tree/v14.3.1) (2018-07-10) #### Merged Pull Requests +- Add system_enclosure plugin for Windows [#1210](https://github.com/chef/ohai/pull/1210) ([stuartpreston](https://github.com/stuartpreston)) - Bump version to 14.3 + add release notes [#1219](https://github.com/chef/ohai/pull/1219) ([tas50](https://github.com/tas50)) ### Changes since 14.3.0 release + +#### Merged Pull Requests +- Add system_enclosure plugin for Windows [#1210](https://github.com/chef/ohai/pull/1210) ([stuartpreston](https://github.com/stuartpreston)) diff --git a/VERSION b/VERSION index 32f02f10e..7ea95c24d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.3.0 +14.3.1 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 0fc5a0ac7..e9da22df4 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.3.0".freeze + VERSION = "14.3.1".freeze end