Skip to content

Commit

Permalink
Bump version to 15.6.0 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
Chef Expeditor committed Nov 21, 2019
1 parent 8b7dcb1 commit 7bb642f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 -->

Expand Down
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7bb642f

Please sign in to comment.