summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-06 20:56:43 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-06 20:56:43 +0000
commitaa92dad7759aa21fb13029a195ba26fb3f7ffc62 (patch)
tree9c989405137a290461798e1f6230c00f21cc3e2f
parent73bcf6abe6b7520c45a51afc445a6a2f78a7f4ea (diff)
downloadohai-aa92dad7759aa21fb13029a195ba26fb3f7ffc62.tar.gz
Bump version to 16.7.14 by Chef Expeditorv16.7.14
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 4b9fe15f..a9754bb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.13 -->
-## [v16.7.13](https://github.com/chef/ohai/tree/v16.7.13) (2020-11-05)
+<!-- latest_release 16.7.14 -->
+## [v16.7.14](https://github.com/chef/ohai/tree/v16.7.14) (2020-11-06)
#### Merged Pull Requests
-- Speedup the slowest spec by running fewer plugins [#1556](https://github.com/chef/ohai/pull/1556) ([tas50](https://github.com/tas50))
+- Collapse duplicate branches in case statements [#1558](https://github.com/chef/ohai/pull/1558) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Collapse duplicate branches in case statements [#1558](https://github.com/chef/ohai/pull/1558) ([tas50](https://github.com/tas50)) <!-- 16.7.14 -->
- Speedup the slowest spec by running fewer plugins [#1556](https://github.com/chef/ohai/pull/1556) ([tas50](https://github.com/tas50)) <!-- 16.7.13 -->
- Better format the elapsed plugin time [#1557](https://github.com/chef/ohai/pull/1557) ([tas50](https://github.com/tas50)) <!-- 16.7.12 -->
- pop_os is a derivative of ubuntu [#1555](https://github.com/chef/ohai/pull/1555) ([chasebolt](https://github.com/chasebolt)) <!-- 16.7.11 -->
diff --git a/VERSION b/VERSION
index 6cdc5e19..9201b2a0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.13 \ No newline at end of file
+16.7.14 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d51f8e05..fa591ffc 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.7.13"
+ VERSION = "16.7.14"
end