From 0c6e106b57e4d19036ae06bba5ebeaa6fbac3328 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 3 Jul 2021 05:20:45 +0000 Subject: Bump version to 17.2.2 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 46abab5b..938a388c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.2.1](https://github.com/chef/ohai/tree/v17.2.1) (2021-07-03) + +## [v17.2.2](https://github.com/chef/ohai/tree/v17.2.2) (2021-07-03) #### Merged Pull Requests -- Update rubocop-performance requirement from 1.10.2 to 1.11.3 [#1678](https://github.com/chef/ohai/pull/1678) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Switch testing to GitHub Actions [#1679](https://github.com/chef/ohai/pull/1679) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Switch testing to GitHub Actions [#1679](https://github.com/chef/ohai/pull/1679) ([tas50](https://github.com/tas50)) - Update rubocop-performance requirement from 1.10.2 to 1.11.3 [#1678](https://github.com/chef/ohai/pull/1678) ([dependabot[bot]](https://github.com/dependabot[bot])) - Add Virtuozzo as RHEL platform_family [#1670](https://github.com/chef/ohai/pull/1670) ([robertmasztalerz](https://github.com/robertmasztalerz)) diff --git a/VERSION b/VERSION index 4ccd527b..594bc8dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.2.1 \ No newline at end of file +17.2.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 5bd0d7bf..2b620765 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.2.1" + VERSION = "17.2.2" end -- cgit v1.2.1