diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
2 files changed, 5 insertions, 1 deletions
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 |