From 062d2b42bc3c235335956ee2ff62d1f520714637 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 17 May 2022 20:05:57 +0000 Subject: Bump version to 18.0.12 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5300a6d2..cd9cd523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.0.11](https://github.com/chef/ohai/tree/v18.0.11) (2022-05-17) + +## [v18.0.12](https://github.com/chef/ohai/tree/v18.0.12) (2022-05-17) #### Merged Pull Requests -- Set permissions for GitHub actions [#1746](https://github.com/chef/ohai/pull/1746) ([naveensrinivasan](https://github.com/naveensrinivasan)) +- Update rubocop-performance requirement from 1.13.2 to 1.13.3 [#1740](https://github.com/chef/ohai/pull/1740) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update rubocop-performance requirement from 1.13.2 to 1.13.3 [#1740](https://github.com/chef/ohai/pull/1740) ([dependabot[bot]](https://github.com/dependabot[bot])) - Set permissions for GitHub actions [#1746](https://github.com/chef/ohai/pull/1746) ([naveensrinivasan](https://github.com/naveensrinivasan)) - Updating For Ruby 3.1 [#1744](https://github.com/chef/ohai/pull/1744) ([johnmccrae](https://github.com/johnmccrae)) - [mdadm] Record array UUID [#1742](https://github.com/chef/ohai/pull/1742) ([saravan2](https://github.com/saravan2)) diff --git a/VERSION b/VERSION index d8919ffa..898e94c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.0.11 \ No newline at end of file +18.0.12 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 91286c2e..3b98b072 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.11" + VERSION = "18.0.12" end -- cgit v1.2.1