summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-21 19:34:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-21 19:34:04 +0000
commit12bd37c49c93239a9bff9330d61a269b6f081c49 (patch)
tree293605ea389124aac3852a0a0f85620170923cc1
parent42e7566113acf3ece7dd1dd6628b8ffb092bb3fc (diff)
downloadohai-12bd37c49c93239a9bff9330d61a269b6f081c49.tar.gz
Bump version to 14.4.1 by Chef Expeditorv14.4.1
-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 f6a3003c..3b079b2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.4.1 -->
+## [v14.4.1](https://github.com/chef/ohai/tree/v14.4.1) (2018-08-21)
+
+#### Merged Pull Requests
+- Prefer ipv4 for default_gateway over ipv6 on windows [#1231](https://github.com/chef/ohai/pull/1231) ([Nimesh-Msys](https://github.com/Nimesh-Msys))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.4.0 -->
+### Changes since 14.4.0 release
+
+#### Merged Pull Requests
+- Prefer ipv4 for default_gateway over ipv6 on windows [#1231](https://github.com/chef/ohai/pull/1231) ([Nimesh-Msys](https://github.com/Nimesh-Msys)) <!-- 14.4.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 29015ece..97ea4c05 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.0 \ No newline at end of file
+14.4.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cbaca593..a476d5df 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.0".freeze
+ VERSION = "14.4.1".freeze
end