summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-25 16:54:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-25 16:54:30 +0000
commit2a1f66849aae33b05a519be99ae4a475ff07260f (patch)
tree4db9dbeac7b82ff23175f63d0096c53a0c1b9609
parent97d71e18475730c9e0085d65b980710b46ea53dc (diff)
downloadohai-2a1f66849aae33b05a519be99ae4a475ff07260f.tar.gz
Bump version to 16.0.20 by Chef Expeditorv16.0.20
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 dfdb191f..84720e61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.19 -->
-## [v16.0.19](https://github.com/chef/ohai/tree/v16.0.19) (2020-04-20)
+<!-- latest_release 16.0.20 -->
+## [v16.0.20](https://github.com/chef/ohai/tree/v16.0.20) (2020-04-25)
#### Merged Pull Requests
-- Use correct DMI attribute name for product name [#1451](https://github.com/chef/ohai/pull/1451) ([ramereth](https://github.com/ramereth))
+- Avoid constant warnings when reloading ohai plugins [#1456](https://github.com/chef/ohai/pull/1456) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Avoid constant warnings when reloading ohai plugins [#1456](https://github.com/chef/ohai/pull/1456) ([tas50](https://github.com/tas50)) <!-- 16.0.20 -->
- Use correct DMI attribute name for product name [#1451](https://github.com/chef/ohai/pull/1451) ([ramereth](https://github.com/ramereth)) <!-- 16.0.19 -->
- Add a plugin for Windows mimicing the Unix dmi plugin [#1445](https://github.com/chef/ohai/pull/1445) ([phiggins](https://github.com/phiggins)) <!-- 16.0.18 -->
- Fix chefstyle violations. [#1449](https://github.com/chef/ohai/pull/1449) ([phiggins](https://github.com/phiggins)) <!-- 16.0.17 -->
diff --git a/VERSION b/VERSION
index 5247d355..c259be49 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.19 \ No newline at end of file
+16.0.20 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 86f5bed5..167ac87c 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 = "16.0.19".freeze
+ VERSION = "16.0.20".freeze
end