summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:42:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:42:51 +0000
commitc6d165b94824a7798533fc0b0b4ae4d9383a18a7 (patch)
treeb4997db581d6ca306a3de6867aacf6cdb400d4cf
parent88610e73e5d0652d8449381ce004fbc9d2bab1d5 (diff)
downloadohai-c6d165b94824a7798533fc0b0b4ae4d9383a18a7.tar.gz
Bump version to 16.11.0 by Chef Expeditorv16.11.0
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 4b29221a..a232ec51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.11.0 -->
+## [v16.11.0](https://github.com/chef/ohai/tree/v16.11.0) (2021-04-02)
+
+#### Merged Pull Requests
+- Update `packages` for Windows to be complete. [#1638](https://github.com/chef/ohai/pull/1638) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.10.7 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Update `packages` for Windows to be complete. [#1638](https://github.com/chef/ohai/pull/1638) ([tas50](https://github.com/tas50)) <!-- 16.11.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 30d0e939..9c846f9a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.10.7 \ No newline at end of file
+16.11.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b9432358..4a4cf93d 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.10.7"
+ VERSION = "16.11.0"
end