From d883c948da28aeeb852c728c9627403ec90524c2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 21 Apr 2020 22:01:29 +0000 Subject: Bump version to 15.9.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 40572636..6021cc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v15.9.0](https://github.com/chef/ohai/tree/v15.9.0) (2020-04-21) + +## [v15.9.1](https://github.com/chef/ohai/tree/v15.9.1) (2020-04-21) #### Merged Pull Requests -- Make shard plugin more resilient and throw better errors [#1452](https://github.com/chef/ohai/pull/1452) ([tas50](https://github.com/tas50)) +- Use correct DMI attribute name for product name to fix Openstack detection [#1453](https://github.com/chef/ohai/pull/1453) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Use correct DMI attribute name for product name to fix Openstack detection [#1453](https://github.com/chef/ohai/pull/1453) ([tas50](https://github.com/tas50)) - Make shard plugin more resilient and throw better errors [#1452](https://github.com/chef/ohai/pull/1452) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 7714c91b..c74a170d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.9.0 \ No newline at end of file +15.9.1 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index c3b00854..d7f28855 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "15.9.0".freeze + VERSION = "15.9.1".freeze end -- cgit v1.2.1