summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 04:17:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 04:17:28 +0000
commite2d118e65c273a869a81dd02fb1e497ecd68f167 (patch)
tree8b4ce4471e7c8db821a584081f52d85ddf8eed08
parentff22f71fe237a2c66f0ab70ed887b23862b05b9c (diff)
downloadohai-e2d118e65c273a869a81dd02fb1e497ecd68f167.tar.gz
Bump version to 16.7.1 by Chef Expeditorv16.7.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddc9df7a..9014ee49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.0 -->
-## [v16.7.0](https://github.com/chef/ohai/tree/v16.7.0) (2020-10-20)
+<!-- latest_release 16.7.1 -->
+## [v16.7.1](https://github.com/chef/ohai/tree/v16.7.1) (2020-10-29)
#### Merged Pull Requests
-- Remove the yard task for generating docs [#1536](https://github.com/chef/ohai/pull/1536) ([tas50](https://github.com/tas50))
+- Remove detection of opensolaris platform [#1542](https://github.com/chef/ohai/pull/1542) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove detection of opensolaris platform [#1542](https://github.com/chef/ohai/pull/1542) ([tas50](https://github.com/tas50)) <!-- 16.7.1 -->
- 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 -->
diff --git a/VERSION b/VERSION
index d77ff0e2..0e00cb3f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.0 \ No newline at end of file
+16.7.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3ea60884..e44975cb 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.7.0".freeze
+ VERSION = "16.7.1".freeze
end