summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 04:40:20 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 04:40:20 +0000
commita2891c01cfc3452839d137eb0c74a2fd298f1a93 (patch)
tree7d8addf72b3a9a846c03716491bd8eaee7ff0348
parentf2e007dc399b904c005ec041027ef79bff0354dd (diff)
downloadohai-a2891c01cfc3452839d137eb0c74a2fd298f1a93.tar.gz
Bump version to 16.4.1 by Chef Expeditorv16.4.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 1b605aa8..fdbc076d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.0 -->
-## [v16.4.0](https://github.com/chef/ohai/tree/v16.4.0) (2020-08-03)
+<!-- latest_release 16.4.1 -->
+## [v16.4.1](https://github.com/chef/ohai/tree/v16.4.1) (2020-08-04)
#### Merged Pull Requests
-- Faster ruby language plugin [#1486](https://github.com/chef/ohai/pull/1486) ([lamont-granquist](https://github.com/lamont-granquist))
+- Use .find instead of .select.first [#1487](https://github.com/chef/ohai/pull/1487) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Use .find instead of .select.first [#1487](https://github.com/chef/ohai/pull/1487) ([tas50](https://github.com/tas50)) <!-- 16.4.1 -->
- Faster ruby language plugin [#1486](https://github.com/chef/ohai/pull/1486) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index b21be527..4b8dba5f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.0 \ No newline at end of file
+16.4.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2d1ee698..e38f7074 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.4.0".freeze
+ VERSION = "16.4.1".freeze
end