summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 02:34:36 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 02:34:36 +0000
commitce379c3ac1f1e8a0567fbe054ccdf1c6d40cb9cf (patch)
tree9597333d5de19c4382047078947fd9401f3c3fb0
parent1a2209d4a2134c29fa4fa4cc7a90bbb37343f832 (diff)
downloadohai-ce379c3ac1f1e8a0567fbe054ccdf1c6d40cb9cf.tar.gz
Bump version to 16.7.21 by Chef Expeditorv16.7.21
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 5c6deb83..f37c2e5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.20 -->
-## [v16.7.20](https://github.com/chef/ohai/tree/v16.7.20) (2020-11-16)
+<!-- latest_release 16.7.21 -->
+## [v16.7.21](https://github.com/chef/ohai/tree/v16.7.21) (2020-11-18)
#### Merged Pull Requests
-- Update rubocop-performance to 1.9 [#1565](https://github.com/chef/ohai/pull/1565) ([tas50](https://github.com/tas50))
+- Minor performance optimizations in AIX Network plugin [#1567](https://github.com/chef/ohai/pull/1567) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Minor performance optimizations in AIX Network plugin [#1567](https://github.com/chef/ohai/pull/1567) ([tas50](https://github.com/tas50)) <!-- 16.7.21 -->
- Update rubocop-performance to 1.9 [#1565](https://github.com/chef/ohai/pull/1565) ([tas50](https://github.com/tas50)) <!-- 16.7.20 -->
- Update mock logger to fix shellout specs. [#1566](https://github.com/chef/ohai/pull/1566) ([phiggins](https://github.com/phiggins)) <!-- 16.7.19 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index fff22eba..c923565a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.20 \ No newline at end of file
+16.7.21 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ef8dacd1..6a362c6d 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.20"
+ VERSION = "16.7.21"
end