diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-06 22:53:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-06 22:53:04 +0000 |
commit | 4835bdfcd1b2666ad4606856904170e1efd6d892 (patch) | |
tree | b6dd9bae144fb92e86076fbbfe5980ce4b3ea993 | |
parent | 497eea0f857d6f32e6f97c94c342d297235f0613 (diff) | |
download | mixlib-shellout-4835bdfcd1b2666ad4606856904170e1efd6d892.tar.gz |
Bump version to 2.4.1 by Chef Expeditorv2.4.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db4f06..74ce5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog +<!-- latest_release 2.4.1 --> +## [v2.4.1](https://github.com/chef/mixlib-shellout/tree/v2.4.1) (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)) <!-- latest_release --> -<!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=2.4.0 --> +### Changes not yet released to rubygems.org + +#### 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)) <!-- 2.4.1 --> <!-- release_rollup --> <!-- latest_stable_release --> ## Release 2.4.0 @@ -70,4 +78,4 @@ - [**Steven Proctor**:](https://github.com/stevenproctor) Updated link to posix-spawn in README.md. - [**Akshay Karle**:](https://github.com/akshaykarle) Added the functionality to reflect $stderr when using live_stream. - [**Tyler Cipriani**:](https://github.com/thcipriani) Fixed typos in the code. -- [**Max Lincoln**](https://github.com/maxlinc): Support separate live stream for stderr. +- [**Max Lincoln**](https://github.com/maxlinc): Support separate live stream for stderr.
\ No newline at end of file @@ -1 +1 @@ -2.4.0
\ No newline at end of file +2.4.1
\ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index e31bbc9..2d0a55f 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.4.0".freeze + VERSION = "2.4.1".freeze end end |