summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-19 16:13:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-19 16:13:03 +0000
commit66d31133c14ab890ac57ec411d657824934661ef (patch)
tree89e5d9439c8d30fa2ab074eab9834dbe7a7db896
parent6c55c21d5067495944c471056418a2560aa97aec (diff)
downloadohai-66d31133c14ab890ac57ec411d657824934661ef.tar.gz
Bump version to 16.4.12 by Chef Expeditorv16.4.12
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 494b97f5..6f9de89d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.4.12 -->
+## [v16.4.12](https://github.com/chef/ohai/tree/v16.4.12) (2020-08-19)
+
+#### Merged Pull Requests
+- Add missing require for windows network plugin [#1500](https://github.com/chef/ohai/pull/1500) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.4.11 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Add missing require for windows network plugin [#1500](https://github.com/chef/ohai/pull/1500) ([tas50](https://github.com/tas50)) <!-- 16.4.12 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index e5abbb9b..ff1d85bd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.11 \ No newline at end of file
+16.4.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 06289c18..acf9cfa7 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 = "16.4.11".freeze
+ VERSION = "16.4.12".freeze
end