summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 20:01:29 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 20:01:29 +0000
commit2cd91848d807d7a37342b964c6c5e204570469f9 (patch)
tree0805d1673c2d6001a4a8fc2f8e02231e7c47668a
parent4284f375e6066a9716c58a603ed5b81971932e36 (diff)
downloadohai-2cd91848d807d7a37342b964c6c5e204570469f9.tar.gz
Bump version to 18.0.16 by Chef Expeditorv18.0.16
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 320e06dd..3e647fc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.15 -->
-## [v18.0.15](https://github.com/chef/ohai/tree/v18.0.15) (2022-06-14)
+<!-- latest_release 18.0.16 -->
+## [v18.0.16](https://github.com/chef/ohai/tree/v18.0.16) (2022-06-14)
#### Merged Pull Requests
-- chore: Included githubactions in the dependabot config [#1748](https://github.com/chef/ohai/pull/1748) ([naveensrinivasan](https://github.com/naveensrinivasan))
+- Update rubocop-performance requirement from 1.13.3 to 1.14.2 [#1751](https://github.com/chef/ohai/pull/1751) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=18.0.14 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.13.3 to 1.14.2 [#1751](https://github.com/chef/ohai/pull/1751) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.16 -->
- chore: Included githubactions in the dependabot config [#1748](https://github.com/chef/ohai/pull/1748) ([naveensrinivasan](https://github.com/naveensrinivasan)) <!-- 18.0.15 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 9e1e97e1..64cbf7d4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.15 \ No newline at end of file
+18.0.16 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 81ac92ee..e404d483 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "18.0.15"
+ VERSION = "18.0.16"
end