summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-12-02 10:46:57 +0000
committerThom May <thom@may.lt>2015-12-02 10:51:18 +0000
commit57a98266a0fe873ca290d1b8302d1ec1683eefee (patch)
treeed4589e37e5facdd55915f2a9b53387126b5d8a0
parent7f64c09576f5d1a9f4777fcf12fc864051f7d8aa (diff)
downloadmixlib-shellout-57a98266a0fe873ca290d1b8302d1ec1683eefee.tar.gz
bump to 2.2.4
-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