diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-06 23:04:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-06 23:04:28 +0000 |
commit | 4afe4baececc3d20d124d1fa0c806c1bb52e3b8b (patch) | |
tree | aebfeb5b708d16f07f17eaefca0bec7586faee20 | |
parent | 37f7fb9549d36319ff8117dae1513e0f79926367 (diff) | |
download | mixlib-shellout-4afe4baececc3d20d124d1fa0c806c1bb52e3b8b.tar.gz |
Update CHANGELOG.md to reflect the promotion of 2.4.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fa5b1..867de9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,21 @@ # mixlib-shellout Changelog -<!-- latest_release 2.4.2 --> +<!-- latest_release --> +<!-- latest_release --> +<!-- release_rollup --> +<!-- release_rollup --> +<!-- latest_stable_release --> ## [v2.4.2](https://github.com/chef/mixlib-shellout/tree/v2.4.2) (2018-12-06) #### Merged Pull Requests +- Test on ruby-head and Ruby 2.6 in Travis [#170](https://github.com/chef/mixlib-shellout/pull/170) ([tas50](https://github.com/tas50)) - Remove dev deps from the gemspec [#171](https://github.com/chef/mixlib-shellout/pull/171) ([tas50](https://github.com/tas50)) -<!-- latest_release --> -<!-- release_rollup since=2.4.0 --> -### Changes not yet released to rubygems.org - -#### Merged Pull Requests -- Remove dev deps from the gemspec [#171](https://github.com/chef/mixlib-shellout/pull/171) ([tas50](https://github.com/tas50)) <!-- 2.4.2 --> -- Test on ruby-head and Ruby 2.6 in Travis [#170](https://github.com/chef/mixlib-shellout/pull/170) ([tas50](https://github.com/tas50)) <!-- 2.4.1 --> -<!-- release_rollup --> <!-- latest_stable_release --> + ## Release 2.4.0 - Added username and password validation for elevated option on Windows - Added support for setting sensitive so that potentially sensitive output is suppressed -<!-- latest_stable_release --> ## Release 2.3.2 |