summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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