From 6f80abba9ae74446ae0790459b83d8a850ce626e Mon Sep 17 00:00:00 2001 From: Ayooluwa Isaiah Date: Fri, 17 Sep 2021 10:27:32 +0100 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 7 +++++++ src/app.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295607d..eda5398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.2.0 (2021-09-17) + +Features and enhancements: + +- Add ability to tag sessions. +- Make it possible to disable sound when resuming a session. + ## 1.1.0 (2021-08-19) Fixes and enhancements: diff --git a/src/app.go b/src/app.go index d13fa80..8971cac 100644 --- a/src/app.go +++ b/src/app.go @@ -129,7 +129,7 @@ func GetApp() *cli.App { }, Usage: "Focus is a cross-platform productivity timer for the command-line. It is based on the Pomodoro Technique,\n\t\ta time management method developed by Francesco Cirillo in the late 1980s.", UsageText: "[COMMAND] [OPTIONS]", - Version: "v1.1.0", + Version: "v1.2.0", EnableBashCompletion: true, Commands: []*cli.Command{ {