From e7a3777f940d503a9d4f6be5561db759ab0c0e53 Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Fri, 11 Sep 2015 15:41:11 -0700 Subject: release 2.2.1 --- CHANGELOG.md | 4 ++++ lib/mixlib/shellout/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ad88f..5e100c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # mixlib-shellout Changelog +## Release 2.2.1 + +* Fix executable resolution on Windows when a directory exists with the same name as the command to run + ## Release 2.2.0 * Remove windows-pr dependency diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 54077e8..fd8a0b7 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.2.0" + VERSION = "2.2.1" end end -- cgit v1.2.1