From d3767223cc4c236967550c16d3e519bbfcb8ea4c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 7 Jan 2022 00:26:05 +0000 Subject: Bump version to 18.0.1 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 26a2e8fe..61b6c749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.0.0](https://github.com/chef/ohai/tree/v18.0.0) (2022-01-07) + +## [v18.0.1](https://github.com/chef/ohai/tree/v18.0.1) (2022-01-07) #### Merged Pull Requests -- Update version to 18 and allow chef-utils/config 18.x [#1722](https://github.com/chef/ohai/pull/1722) ([tas50](https://github.com/tas50)) +- Update rubocop-performance requirement from 1.13.0 to 1.13.1 [#1724](https://github.com/chef/ohai/pull/1724) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update rubocop-performance requirement from 1.13.0 to 1.13.1 [#1724](https://github.com/chef/ohai/pull/1724) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update version to 18 and allow chef-utils/config 18.x [#1722](https://github.com/chef/ohai/pull/1722) ([tas50](https://github.com/tas50)) - Update chefstyle requirement from 2.1.3 to 2.2.0 [#1725](https://github.com/chef/ohai/pull/1725) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update rubocop-performance requirement from 1.12.0 to 1.13.0 [#1723](https://github.com/chef/ohai/pull/1723) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 7eae4e2e..1bb332bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.0.0 +18.0.1 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 7a385a4a..c3af583b 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.0" + VERSION = "18.0.1" end -- cgit v1.2.1