summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-17 03:30:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-17 03:30:04 +0000
commite1b27c497fb3409d7dab49fbf115c8b0a70c1403 (patch)
tree810c1de1d2c490c67aa0344872dac2aea8ca285f
parente76825f9d90ec3022b3ce648edfec38508c97dc7 (diff)
downloadohai-e1b27c497fb3409d7dab49fbf115c8b0a70c1403.tar.gz
Bump version to 17.0.0 by Chef Expeditorv17.0.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--lib/ohai/version.rb2
2 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5a4eae7..bc7574f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 17.0.0 -->
+## [v17.0.0](https://github.com/chef/ohai/tree/v17.0.0) (2020-12-17)
+
+#### Merged Pull Requests
+- Bump Ohai to 17.0.0 [#1591](https://github.com/chef/ohai/pull/1591) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.8.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Bump Ohai to 17.0.0 [#1591](https://github.com/chef/ohai/pull/1591) ([tas50](https://github.com/tas50)) <!-- 17.0.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cbe4f6a5..3ea081e0 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.8.1"
+ VERSION = "17.0.0"
end