summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b64b9ea..ca1a924 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## Unreleased
+## Release: 2.0.1
+
+* add buffering to the child process status pipe to fix chef-client deadlocks
+* fix timeouts on Windows
+
## Release: 2.0.0
* remove LC_ALL=C default setting, consumers should now set this if they
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index e741dfb..2301857 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.2.0.dev.0"
+ VERSION = "2.0.1"
end
end