summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-10 17:45:44 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-10 17:45:44 +0000
commit4451b242ba4988ba17f481d7ed1d1461951987dd (patch)
tree7cce46b18602dec22d463ae53040154c84bc4a45 /CHANGELOG.md
parent17a920f65ac316178288318cc40aa308225c1cfe (diff)
downloadohai-4451b242ba4988ba17f481d7ed1d1461951987dd.tar.gz
Bump version to 16.4.6 by Chef Expeditorv16.4.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9682202d..ebbf0a8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.5 -->
-## [v16.4.5](https://github.com/chef/ohai/tree/v16.4.5) (2020-08-10)
+<!-- latest_release 16.4.6 -->
+## [v16.4.6](https://github.com/chef/ohai/tree/v16.4.6) (2020-08-10)
#### Merged Pull Requests
-- Minor memory optimizations [#1491](https://github.com/chef/ohai/pull/1491) ([tas50](https://github.com/tas50))
+- Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50)) <!-- 16.4.6 -->
- Minor memory optimizations [#1491](https://github.com/chef/ohai/pull/1491) ([tas50](https://github.com/tas50)) <!-- 16.4.5 -->
- Simplify FIPS plugin and use system fips status [#1489](https://github.com/chef/ohai/pull/1489) ([tas50](https://github.com/tas50)) <!-- 16.4.4 -->
- Use match? instead of =~ when MatchData is not used [#1488](https://github.com/chef/ohai/pull/1488) ([tas50](https://github.com/tas50)) <!-- 16.4.3 -->