summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-20 22:24:05 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-20 22:24:05 +0000
commite6258ed31f526bc268cef47280b12d4c227973bf (patch)
tree5d6b3f2864c817f42ab4ece65248e04d6e61b40d
parent554ac9019373e6e4214d7c44ee7968ae4399e742 (diff)
downloadohai-e6258ed31f526bc268cef47280b12d4c227973bf.tar.gz
Bump version to 16.7.0 by Chef Expeditorv16.7.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 59a79c74..ddc9df7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.7.0 -->
+## [v16.7.0](https://github.com/chef/ohai/tree/v16.7.0) (2020-10-20)
+
+#### Merged Pull Requests
+- Remove the yard task for generating docs [#1536](https://github.com/chef/ohai/pull/1536) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.6.5 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Remove the yard task for generating docs [#1536](https://github.com/chef/ohai/pull/1536) ([tas50](https://github.com/tas50)) <!-- 16.7.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 2c6f72e2..d77ff0e2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.6.5 \ No newline at end of file
+16.7.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b74652ab..3ea60884 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.6.5".freeze
+ VERSION = "16.7.0".freeze
end