From a22804f7f0f360951592cd783af61870f6d07e36 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 9 Nov 2021 20:08:20 +0000 Subject: Bump version to 16.17.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- lib/ohai/version.rb | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b12f0f..d4420a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.14.0](https://github.com/chef/ohai/tree/v16.14.0) (2021-11-09) + +## [v16.17.0](https://github.com/chef/ohai/tree/v16.17.0) (2021-11-09) #### Merged Pull Requests -- Backport Linux OS detection improvements from Chef 17 [#1711](https://github.com/chef/ohai/pull/1711) ([tas50](https://github.com/tas50)) +- Bump version to 16.17 and fix changelog [#1716](https://github.com/chef/ohai/pull/1716) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bump version to 16.17 and fix changelog [#1716](https://github.com/chef/ohai/pull/1716) ([tas50](https://github.com/tas50)) - Backport Linux OS detection improvements from Chef 17 [#1711](https://github.com/chef/ohai/pull/1711) ([tas50](https://github.com/tas50)) - Backport 947a97d47daa1dce6aa7b91f2057b15451805b25 (Rocky Linux detection) [#1708](https://github.com/chef/ohai/pull/1708) ([mvangoor](https://github.com/mvangoor)) - OHAI16 - Change order of collect_programs_from_registry_key [#1697](https://github.com/chef/ohai/pull/1697) ([knightorc](https://github.com/knightorc)) diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 0a6174c0..0e9e071a 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.14.0" + VERSION = "16.17.0" end -- cgit v1.2.1