summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-21 19:02:25 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-21 19:02:25 +0000
commit7bb642fb9952f310d36912e9eb7191de6d452040 (patch)
treece3f48f61bc91b666e76a0819fc415426f52a276
parent8b7dcb11f9ac4d6ebca7b1c490bebccc1e7faf6f (diff)
downloadohai-15.6.0.tar.gz
Bump version to 15.6.0 by Chef Expeditorv15.6.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/ohai/version.rb2
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b5c2589..fa4ca606 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.3.2 -->
-## [v15.3.2](https://github.com/chef/ohai/tree/v15.3.2) (2019-11-21)
+<!-- latest_release 15.6.0 -->
+## [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 &amp; 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))
<!-- latest_release -->
<!-- release_rollup since=15.3.1 -->
### 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)) <!-- 15.6.0 -->
- Use s3 caching / smaller conntainers in BK &amp; add Ruby 2.7 testing [#1410](https://github.com/chef/ohai/pull/1410) ([tas50](https://github.com/tas50)) <!-- 15.3.2 -->
<!-- release_rollup -->
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 53623a71..15ea540d 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