summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 20:00:30 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 20:00:30 +0000
commit5a66cb510a21e8391c72064d27caaa9d20480094 (patch)
tree4d0f7a79af64582d095e4de3bb889d7cf738218d
parentfd5c08797d4ff73d3e2352ad985e7b49a9e3a085 (diff)
downloadohai-5a66cb510a21e8391c72064d27caaa9d20480094.tar.gz
Bump version to 18.0.15 by Chef Expeditorv18.0.15
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e496a0b..320e06dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 18.0.15 -->
+## [v18.0.15](https://github.com/chef/ohai/tree/v18.0.15) (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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=18.0.14 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- 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 -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index c3da0e28..9e1e97e1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.14 \ No newline at end of file
+18.0.15 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 438e46c4..81ac92ee 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.14"
+ VERSION = "18.0.15"
end