summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 02:43:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 02:43:35 +0000
commit999b3d4be6679e5fd4630cc795428e77c35fb66d (patch)
treea7ccfebc5935eea25c7b981cd34d1dc9b9e170a1
parent5e14164b7b32ca1c1cc5ee684043ef44b8e5e86c (diff)
downloadohai-999b3d4be6679e5fd4630cc795428e77c35fb66d.tar.gz
Bump version to 16.7.22 by Chef Expeditorv16.7.22
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 f37c2e5d..7dd1f382 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.21 -->
-## [v16.7.21](https://github.com/chef/ohai/tree/v16.7.21) (2020-11-18)
+<!-- latest_release 16.7.22 -->
+## [v16.7.22](https://github.com/chef/ohai/tree/v16.7.22) (2020-11-18)
#### Merged Pull Requests
-- Minor performance optimizations in AIX Network plugin [#1567](https://github.com/chef/ohai/pull/1567) ([tas50](https://github.com/tas50))
+- Simplify all our splits [#1568](https://github.com/chef/ohai/pull/1568) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Simplify all our splits [#1568](https://github.com/chef/ohai/pull/1568) ([tas50](https://github.com/tas50)) <!-- 16.7.22 -->
- 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 -->
diff --git a/VERSION b/VERSION
index c923565a..a29199e3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.21 \ No newline at end of file
+16.7.22 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6a362c6d..f1ce4d37 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.21"
+ VERSION = "16.7.22"
end