From a85afa2658ceb478f29166c8f552586d42710294 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 8 Oct 2020 18:22:17 +0000 Subject: [PATCH] Bump version to 16.6.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 6de607fe2..1f158ff7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.6.1](https://github.com/chef/ohai/tree/v16.6.1) (2020-10-03) + +## [v16.6.2](https://github.com/chef/ohai/tree/v16.6.2) (2020-10-08) #### Merged Pull Requests -- Windows support for Passwd plugin [#1516](https://github.com/chef/ohai/pull/1516) ([jaymzh](https://github.com/jaymzh)) +- Remove ruby 2.5 from CI. [#1526](https://github.com/chef/ohai/pull/1526) ([phiggins](https://github.com/phiggins)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Remove ruby 2.5 from CI. [#1526](https://github.com/chef/ohai/pull/1526) ([phiggins](https://github.com/phiggins)) - Windows support for Passwd plugin [#1516](https://github.com/chef/ohai/pull/1516) ([jaymzh](https://github.com/jaymzh)) - Detect Azure when DHCP domain is set to reddog.microsoft.com [#1521](https://github.com/chef/ohai/pull/1521) ([jasonwbarnett](https://github.com/jasonwbarnett)) diff --git a/VERSION b/VERSION index 235d052b5..ef1c2f66f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.6.1 \ No newline at end of file +16.6.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 355c23835..1a8d46bd2 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.6.1".freeze + VERSION = "16.6.2".freeze end