summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-09 00:46:09 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-09 00:46:09 +0000
commit548e8668921324d21a1eb1c4ee1bf3241ae5ddac (patch)
tree68fd3dfbbb76544beba880af7fda159931339234
parent7a5b2fce1e829054d9395bbc316f98b102d2e9ac (diff)
downloadohai-548e8668921324d21a1eb1c4ee1bf3241ae5ddac.tar.gz
Bump version to 14.4.3 by Chef Expeditorv14.4.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79ddcb7d..59389be2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.4.3 -->
+## [v14.4.3](https://github.com/chef/ohai/tree/v14.4.3) (2018-09-09)
+
+#### Merged Pull Requests
+- Add &quot;EncryptionStatus&quot; to each volume on Windows [#1238](https://github.com/chef/ohai/pull/1238) ([Nimesh-Msys](https://github.com/Nimesh-Msys))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.4.2 -->
+### Changes since 14.4.2 release
+
+#### Merged Pull Requests
+- Add &quot;EncryptionStatus&quot; to each volume on Windows [#1238](https://github.com/chef/ohai/pull/1238) ([Nimesh-Msys](https://github.com/Nimesh-Msys)) <!-- 14.4.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index afc1b70f..27e07651 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.2 \ No newline at end of file
+14.4.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ed5f4f62..fc47a816 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.2".freeze
+ VERSION = "14.4.3".freeze
end