diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-31 23:27:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-31 23:27:09 +0000 |
commit | ef9a37c9d51ba72f945176c2bb25ce425f34692c (patch) | |
tree | 82a637a78dccd846fcb1c731cf378f96b5a89ec6 | |
parent | 72b5893421f296795a90fd0d58adf3f7834c9833 (diff) | |
download | mixlib-shellout-ef9a37c9d51ba72f945176c2bb25ce425f34692c.tar.gz |
Update CHANGELOG.md to reflect the promotion of 3.0.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7be36..c4fe258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,18 @@ # mixlib-shellout Changelog -<!-- latest_release 3.0.7 --> -## [3.0.7](https://github.com/chef/mixlib-shellout/tree/3.0.7) (2019-07-30) - -#### Merged Pull Requests -- Fix return type of Process.create to be a ProcessInfo instance again. [#190](https://github.com/chef/mixlib-shellout/pull/190) ([zenspider](https://github.com/zenspider)) <!-- latest_release --> -<!-- release_rollup since=3.0.4 --> -### Changes not yet released to rubygems.org +<!-- latest_release --> +<!-- release_rollup --> +<!-- release_rollup --> +<!-- latest_stable_release --> +## [3.0.7](https://github.com/chef/mixlib-shellout/tree/3.0.7) (2019-07-31) #### Merged Pull Requests -- Fix return type of Process.create to be a ProcessInfo instance again. [#190](https://github.com/chef/mixlib-shellout/pull/190) ([zenspider](https://github.com/zenspider)) <!-- 3.0.7 --> -- Blinding applying chefstyle -a. [#191](https://github.com/chef/mixlib-shellout/pull/191) ([zenspider](https://github.com/zenspider)) <!-- 3.0.6 --> -- Add the actual BK pipeline config [#185](https://github.com/chef/mixlib-shellout/pull/185) ([tas50](https://github.com/tas50)) <!-- 3.0.5 --> -<!-- release_rollup --> +- Add the actual BK pipeline config [#185](https://github.com/chef/mixlib-shellout/pull/185) ([tas50](https://github.com/tas50)) +- Blinding applying chefstyle -a. [#191](https://github.com/chef/mixlib-shellout/pull/191) ([zenspider](https://github.com/zenspider)) +- Fix return type of Process.create to be a ProcessInfo instance again. [#190](https://github.com/chef/mixlib-shellout/pull/190) ([zenspider](https://github.com/zenspider)) <!-- latest_stable_release --> + ## [v3.0.4](https://github.com/chef/mixlib-shellout/tree/v3.0.4) (2019-06-07) #### Merged Pull Requests @@ -24,7 +22,6 @@ - Add BuildKite pipeline [#184](https://github.com/chef/mixlib-shellout/pull/184) ([tas50](https://github.com/tas50)) - Support array args on windows WIP [#182](https://github.com/chef/mixlib-shellout/pull/182) ([lamont-granquist](https://github.com/lamont-granquist)) - Load and unload user profile as required [#177](https://github.com/chef/mixlib-shellout/pull/177) ([dayglojesus](https://github.com/dayglojesus)) -<!-- latest_stable_release --> ## [v2.4.4](https://github.com/chef/mixlib-shellout/tree/v2.4.4) (2018-12-12) |