diff --git a/CHANGELOG.md b/CHANGELOG.md index 9832ab5..c858f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.10.1 - Handle emojis in project names (#564) - Fix remaining sites where the base-index option (for windows) was incorrectly used in place of the pane-base-index option. diff --git a/lib/tmuxinator/version.rb b/lib/tmuxinator/version.rb index fda03f5..bdc354c 100644 --- a/lib/tmuxinator/version.rb +++ b/lib/tmuxinator/version.rb @@ -1,3 +1,3 @@ module Tmuxinator - VERSION = "0.10.0".freeze + VERSION = "0.10.1".freeze end