From ddb753f1472832c86d75e8d5d909ad3fa3c4c599 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 3 Feb 2021 00:43:08 +0000 Subject: [PATCH] Bump version to 16.10.6 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 e4a3eb8e1..02e46d6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.10.5](https://github.com/chef/ohai/tree/v16.10.5) (2021-02-03) + +## [v16.10.6](https://github.com/chef/ohai/tree/v16.10.6) (2021-02-03) #### Merged Pull Requests -- Pin chefstyle for Ohai 16 to a known version [#1611](https://github.com/chef/ohai/pull/1611) ([tas50](https://github.com/tas50)) +- [linux/platform] fix platform_version on Debian testing and unstable [#1614](https://github.com/chef/ohai/pull/1614) ([michel-slm](https://github.com/michel-slm)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [linux/platform] fix platform_version on Debian testing and unstable [#1614](https://github.com/chef/ohai/pull/1614) ([michel-slm](https://github.com/michel-slm)) - Pin chefstyle for Ohai 16 to a known version [#1611](https://github.com/chef/ohai/pull/1611) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 305e75ad2..e8334565e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.10.5 \ No newline at end of file +16.10.6 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 0a09a8ab1..0bb94a29c 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.10.5" + VERSION = "16.10.6" end