From 7bb642fb9952f310d36912e9eb7191de6d452040 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 21 Nov 2019 19:02:25 +0000 Subject: [PATCH] Bump version to 15.6.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 0b5c25890..fa4ca606e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v15.3.2](https://github.com/chef/ohai/tree/v15.3.2) (2019-11-21) + +## [v15.6.0](https://github.com/chef/ohai/tree/v15.6.0) (2019-11-21) #### Merged Pull Requests -- Use s3 caching / smaller conntainers in BK & add Ruby 2.7 testing [#1410](https://github.com/chef/ohai/pull/1410) ([tas50](https://github.com/tas50)) +- Strip the Rakefile and specs from our gem artifact [#1409](https://github.com/chef/ohai/pull/1409) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Strip the Rakefile and specs from our gem artifact [#1409](https://github.com/chef/ohai/pull/1409) ([tas50](https://github.com/tas50)) - Use s3 caching / smaller conntainers in BK & add Ruby 2.7 testing [#1410](https://github.com/chef/ohai/pull/1410) ([tas50](https://github.com/tas50)) diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 53623a719..15ea540df 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.3.2".freeze + VERSION = "15.6.0".freeze end