summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-17 21:18:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-17 21:18:59 +0000
commitf0ac4a7a505523180a44f7edb25a3d294da8d184 (patch)
tree76f675785214b5e5a1d3aa269d363838363870e2
parentc20e4bbf0e4c8ed4461f6cf758986375db42a8db (diff)
downloadohai-f0ac4a7a505523180a44f7edb25a3d294da8d184.tar.gz
Bump version to 16.0.0 by Chef Expeditorv16.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 613673c3..adf4f672 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.0.0 -->
+## [v16.0.0](https://github.com/chef/ohai/tree/v16.0.0) (2020-01-17)
+
+#### Merged Pull Requests
+- Bump to version 16.0.0 [#1420](https://github.com/chef/ohai/pull/1420) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.7.3 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Bump to version 16.0.0 [#1420](https://github.com/chef/ohai/pull/1420) ([tas50](https://github.com/tas50)) <!-- 16.0.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 1fde1b5e..ec4b3ba3 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 = "15.7.3".freeze
+ VERSION = "16.0.0".freeze
end