From e4ba49a92d2c0fc1d9fb8dc79660158e1941b76b Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Fri, 21 Jul 2017 17:07:25 -0400 Subject: Release 2.3.2 Signed-off-by: Bryan McLellan --- CHANGELOG.md | 4 ++++ lib/mixlib/shellout/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1