summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2015-10-22 16:20:44 -0700
committerMatt Wrock <matt@mattwrock.com>2015-10-22 16:20:44 -0700
commit6c99e0be2f79f3392fd83149fe03ec57eefef175 (patch)
treefaa43376293086f8f9534a7d346a87304aa58de7
parent5c7a3d41715a6c7594ed01e232120ecfcca6dcda (diff)
downloadmixlib-shellout-domain_user.tar.gz
bumping to 2.2.32.2.3domain_user
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d93f1c..da611b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# mixlib-shellout Changelog
+## Release 2.2.3
+
+* Kill all child processes on Windows when a command times out.
+
## Release 2.2.2
* Ship gemspec and Gemfiles to facilate testing.
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 4e968e8..91f1f40 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.2.2"
+ VERSION = "2.2.3"
end
end