From 5a66cb510a21e8391c72064d27caaa9d20480094 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 14 Jun 2022 20:00:30 +0000 Subject: Bump version to 18.0.15 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 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 - + +## [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)) - + +### 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)) 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 -- cgit v1.2.1