summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-12-02 10:56:05 +0000
committerThom May <thom@may.lt>2015-12-02 10:56:05 +0000
commitc16a595ca9282dfe3641861ce252b5a2409d6fe5 (patch)
treecd26a04ee0a74c5d7c53717cdb40f75649ba467a
parent57a98266a0fe873ca290d1b8302d1ec1683eefee (diff)
downloadmixlib-shellout-c16a595ca9282dfe3641861ce252b5a2409d6fe5.tar.gz
release 2.2.52.2.5
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec06d3b..b41faba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# mixlib-shellout Changelog
-## Release 2.2.4
+## Release 2.2.5
* [**tschuy**:](https://github.com/tschuy)
convert environment hash keys to strings
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index d6e17ff..b8f65e8 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.2.4"
+ VERSION = "2.2.5"
end
end