summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@chef.io>2017-07-19 20:59:08 -0400
committerBryan McLellan <btm@chef.io>2017-07-19 20:59:08 -0400
commit716d981492cecf93ee3b383e07a313aab4331a3b (patch)
tree61e26c108e021da81cbe7dee41001e50e9a2dc51
parentce1fc4d9e14426f9fc61477353a218536a4a5c48 (diff)
downloadmixlib-shellout-716d981492cecf93ee3b383e07a313aab4331a3b.tar.gz
Release 2.3.1v2.3.1
Signed-off-by: Bryan McLellan <btm@chef.io>
-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 1343b0b..a07ae8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# mixlib-shellout Changelog
+## Release 2.3.1
+
+* Make Mixlib::ShellOut::EmptyWindowsCommand inherit from ShellCommandFailed
+
## Release 2.3.0
* Add support for 'elevated' option on Windows, which logs on as batch server which is not affected by User Account Control (UAC)
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 3ec8dee..0d7d0fb 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.3.0"
+ VERSION = "2.3.1"
end
end