summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2017-07-21 17:07:25 -0400
committerBryan McLellan <btm@loftninjas.org>2017-07-21 17:07:25 -0400
commite4ba49a92d2c0fc1d9fb8dc79660158e1941b76b (patch)
tree469d860f4cadf5fcbf0688f9da0357f4c602285b
parentdf4b3bd39c0365bfa53265ffa1c067645f5fbe02 (diff)
downloadmixlib-shellout-e4ba49a92d2c0fc1d9fb8dc79660158e1941b76b.tar.gz
Release 2.3.2v2.3.2
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-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 a07ae8d..5aa6a13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# mixlib-shellout Changelog
+## Release 2.3.2
+
+* Fix bad method call in Windows Process module
+
## Release 2.3.1
* Make Mixlib::ShellOut::EmptyWindowsCommand inherit from ShellCommandFailed
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 0d7d0fb..3b473fe 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.3.1"
+ VERSION = "2.3.2"
end
end