From bbd1822e6e8efe127b3e3e8cf8329a451e039310 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 5 Nov 2021 19:24:55 +0000 Subject: [PATCH] Bump version to 17.7.9 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 82df1d224..3b7ca5afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v17.7.9](https://github.com/chef/ohai/tree/v17.7.9) (2021-11-05) + +#### Merged Pull Requests +- Update rubocop-performance requirement from 1.11.5 to 1.12.0 [#1707](https://github.com/chef/ohai/pull/1707) ([dependabot[bot]](https://github.com/dependabot[bot])) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update rubocop-performance requirement from 1.11.5 to 1.12.0 [#1707](https://github.com/chef/ohai/pull/1707) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index df3d0e059..43688224d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.7.8 \ No newline at end of file +17.7.9 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index e9fede643..54ac4e761 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.7.8" + VERSION = "17.7.9" end