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:46:57 +0000
commit726f6b753c4e60da50e552bcdc2e36ff605ddcbf (patch)
treed7d9d1a7c0034c0a8231514dde371b624f9f565f
parent6c99e0be2f79f3392fd83149fe03ec57eefef175 (diff)
downloadmixlib-shellout-726f6b753c4e60da50e552bcdc2e36ff605ddcbf.tar.gz
bump to 2.2.42.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