diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-07 17:47:38 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-07 17:47:38 +0000 |
commit | 8f1ee60d7606bf17ce6ab9a085aa1ee71408881d (patch) | |
tree | 7096bd1d38b19fd77c080dd5ed30fc093f646839 | |
parent | 5c87f7b439917616b1b9a546ad7a3d74be0bb517 (diff) | |
download | mixlib-shellout-8f1ee60d7606bf17ce6ab9a085aa1ee71408881d.tar.gz |
Bump version to 2.4.3 by Chef Expeditorv2.4.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 867de9b..04b134f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog +<!-- latest_release 2.4.3 --> +## [v2.4.3](https://github.com/chef/mixlib-shellout/tree/v2.4.3) (2018-12-07) + +#### Merged Pull Requests +- Have expeditor promote the windows gem as well [#172](https://github.com/chef/mixlib-shellout/pull/172) ([tas50](https://github.com/tas50)) <!-- latest_release --> -<!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=2.4.2 --> +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Have expeditor promote the windows gem as well [#172](https://github.com/chef/mixlib-shellout/pull/172) ([tas50](https://github.com/tas50)) <!-- 2.4.3 --> <!-- release_rollup --> <!-- latest_stable_release --> ## [v2.4.2](https://github.com/chef/mixlib-shellout/tree/v2.4.2) (2018-12-06) @@ -1 +1 @@ -2.4.2
\ No newline at end of file +2.4.3
\ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 3fa1152..7e61fcd 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.4.2".freeze + VERSION = "2.4.3".freeze end end |