summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da611b5..ec06d3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# mixlib-shellout Changelog
+## Release 2.2.4
+
+* [**tschuy**:](https://github.com/tschuy)
+ convert environment hash keys to strings
+
## Release 2.2.3
* Kill all child processes on Windows when a command times out.
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 91f1f40..d6e17ff 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.2.3"
+ VERSION = "2.2.4"
end
end