summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-05 00:57:02 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-05 00:57:02 +0000
commit5a2b4dd104a874a2907ab892a9b04349c7bf09ef (patch)
treebb5edaf87a7c779b278be711103eb0922642f58a
parentad6684f8a100f19bcd0bafb987b298cb0f2adef2 (diff)
downloadohai-5a2b4dd104a874a2907ab892a9b04349c7bf09ef.tar.gz
Bump version to 16.7.12 by Chef Expeditorv16.7.12
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 a5dde20e..1fed00ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.11 -->
-## [v16.7.11](https://github.com/chef/ohai/tree/v16.7.11) (2020-11-04)
+<!-- latest_release 16.7.12 -->
+## [v16.7.12](https://github.com/chef/ohai/tree/v16.7.12) (2020-11-05)
#### Merged Pull Requests
-- pop_os is a derivative of ubuntu [#1555](https://github.com/chef/ohai/pull/1555) ([chasebolt](https://github.com/chasebolt))
+- Better format the elapsed plugin time [#1557](https://github.com/chef/ohai/pull/1557) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Minor memory optimizations [#1553](https://github.com/chef/ohai/pull/1553) ([tas50](https://github.com/tas50)) <!-- 16.7.10 -->
- Freeze the strings we&#39;re not later modifying [#1551](https://github.com/chef/ohai/pull/1551) ([tas50](https://github.com/tas50)) <!-- 16.7.9 -->
diff --git a/VERSION b/VERSION
index 75f59fa6..49555999 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.11 \ No newline at end of file
+16.7.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 07b2541e..2a64c4cf 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.11"
+ VERSION = "16.7.12"
end