diff options
author | Bryan McLellan <btm@loftninjas.org> | 2017-07-21 17:07:25 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-07-21 17:07:25 -0400 |
commit | e4ba49a92d2c0fc1d9fb8dc79660158e1941b76b (patch) | |
tree | 469d860f4cadf5fcbf0688f9da0357f4c602285b | |
parent | df4b3bd39c0365bfa53265ffa1c067645f5fbe02 (diff) | |
download | mixlib-shellout-e4ba49a92d2c0fc1d9fb8dc79660158e1941b76b.tar.gz |
Release 2.3.2v2.3.2
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
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 |