diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d4e23..fe086c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Unreleased + +## 3.3.6 ### Features - Add `help` to the list of commands output by `tmuxinator commands` - Add `--help`/`-h` flag support to subcommands (start, stop, new, debug, copy, delete, list) for easier access to command-specific help diff --git a/lib/tmuxinator/version.rb b/lib/tmuxinator/version.rb index 14bb8f4..e2311f1 100644 --- a/lib/tmuxinator/version.rb +++ b/lib/tmuxinator/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Tmuxinator - VERSION = "3.3.5" + VERSION = "3.3.6" end