diff --git a/CHANGELOG.md b/CHANGELOG.md index a68ced64..0d7be9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.5 - June 13, 2012 + +### Bug fixes + +- [#39](https://github.com/guard/listen/issues/39). Rescue Errno::ENOENT when path inserted doesn't exist. (reported by [@textgoeshere][], fixed by [@thibaudgg][]) + ## 0.4.4 - June 8, 2012 ### Bug fixes diff --git a/lib/listen/version.rb b/lib/listen/version.rb index 9c50b14f..79dafc92 100644 --- a/lib/listen/version.rb +++ b/lib/listen/version.rb @@ -1,3 +1,3 @@ module Listen - VERSION = '0.4.4' + VERSION = '0.4.5' end