diff --git a/CHANGELOG.md b/CHANGELOG.md index 4165f6f..76008f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## HEAD +## 1.3.2 (2020-11-09) + +- display a message (not error) when pausing a non-existing timeslip. + + ## 1.3.1 (2020-02-22) - Append paused timestamp on paused timeslips. diff --git a/cmd/root.go b/cmd/root.go index cc16e0d..c9904ad 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -15,7 +15,7 @@ import ( // rootCmd represents the base command when called without any sub commands var rootCmd = &cobra.Command{ Use: "tw", - Version: "1.3.1", + Version: "1.3.2", Short: "TimeWarrior: a CLI based time tracking tool", Long: `TimeWarrior is a command line time tracking tool for developers and freelance workers who need to track time worked on their client and personal projects.`,