Skip to content

Commit

Permalink
Bump version to 15.6.2 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 23, 2019
1 parent 48c85ea commit e243f2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.6.1 -->
## [v15.6.1](https://github.com/chef/ohai/tree/v15.6.1) (2019-11-23)
<!-- latest_release 15.6.2 -->
## [v15.6.2](https://github.com/chef/ohai/tree/v15.6.2) (2019-11-23)

#### Merged Pull Requests
- Rename Ohai::Mixin::DmiDecode spec file to end in `_spec.rb` [#1413](https://github.com/chef/ohai/pull/1413) ([KrisShannon](https://github.com/KrisShannon))
- Fix failures under Ruby 2.7 [#1412](https://github.com/chef/ohai/pull/1412) ([KrisShannon](https://github.com/KrisShannon))
<!-- latest_release -->

<!-- release_rollup since=15.3.1 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Fix failures under Ruby 2.7 [#1412](https://github.com/chef/ohai/pull/1412) ([KrisShannon](https://github.com/KrisShannon)) <!-- 15.6.2 -->
- Rename Ohai::Mixin::DmiDecode spec file to end in `_spec.rb` [#1413](https://github.com/chef/ohai/pull/1413) ([KrisShannon](https://github.com/KrisShannon)) <!-- 15.6.1 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.6.1
15.6.2
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.6.1".freeze
VERSION = "15.6.2".freeze
end

0 comments on commit e243f2f

Please sign in to comment.