diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-21 21:10:11 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-21 21:10:11 +0000 |
commit | ac9373514d319bfe724dc89d9a5493d3587f2111 (patch) | |
tree | 9e9a635d738504cb51f5d21f7906db19a86943d4 | |
parent | d78fd24cebbd1310d13528f36c99a2c24fe2728a (diff) | |
download | ohai-ac9373514d319bfe724dc89d9a5493d3587f2111.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.7.4
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b44488..53ce59db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,18 @@ # Change Log -<!-- latest_release 15.7.4 --> -## [v15.7.4](https://github.com/chef/ohai/tree/v15.7.4) (2020-01-21) - -#### Merged Pull Requests -- Use is_a? to check the class in the DMI plugin [#1424](https://github.com/chef/ohai/pull/1424) ([tas50](https://github.com/tas50)) +<!-- latest_release --> <!-- latest_release --> -<!-- release_rollup since=15.7.3 --> -### Changes not yet released to rubygems.org - -#### Merged Pull Requests -- Use is_a? to check the class in the DMI plugin [#1424](https://github.com/chef/ohai/pull/1424) ([tas50](https://github.com/tas50)) <!-- 15.7.4 --> +<!-- release_rollup --> <!-- release_rollup --> <!-- latest_stable_release --> +## [v15.7.4](https://github.com/chef/ohai/tree/v15.7.4) (2020-01-21) + +#### Merged Pull Requests +- Use is_a? to check the class in the DMI plugin [#1424](https://github.com/chef/ohai/pull/1424) ([tas50](https://github.com/tas50)) +<!-- latest_stable_release --> + ## [v15.7.3](https://github.com/chef/ohai/tree/v15.7.3) (2020-01-17) #### Merged Pull Requests @@ -22,7 +20,6 @@ - Test on Ruby 2.7 final docker container and remove old Jenkins files [#1416](https://github.com/chef/ohai/pull/1416) ([tas50](https://github.com/tas50)) - Minor spec cleanup from rubocop-rspec project [#1417](https://github.com/chef/ohai/pull/1417) ([tas50](https://github.com/tas50)) - Fix missing volume name and re-implement adding drivetype to filesystem plugin [#1419](https://github.com/chef/ohai/pull/1419) ([sshock](https://github.com/sshock)) -<!-- latest_stable_release --> ## [v15.6.3](https://github.com/chef/ohai/tree/v15.6.3) (2019-12-10) |