diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b08174..bdab982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -## Unreleased +## 0.11.3 +### Misc - replace j3rn's email with ethagnawl's in COC - use correct paths in generated config file comment (#440) + +### Bugfixes - fix "wrong namespace" RuboCop warnings (#620) +- fix [#431](https://github.com/tmuxinator/tmuxinator/issues/431), where Thor-based commands (e.g. "-v", "help") were failing ## 0.11.2 ### Bugfixes diff --git a/lib/tmuxinator/version.rb b/lib/tmuxinator/version.rb index 700ce55..cd7d2c5 100644 --- a/lib/tmuxinator/version.rb +++ b/lib/tmuxinator/version.rb @@ -1,3 +1,3 @@ module Tmuxinator - VERSION = "0.11.2".freeze + VERSION = "0.11.3".freeze end