From 997637e02e70e80a3e00b3b4c284f1a288fe2395 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Mon, 25 Apr 2022 15:54:29 -0300 Subject: [PATCH] release: 0.33.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497566a2..b7c1466a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.33.1] - 2022-04-25 + ### Fixed - enabling `show-task` config were hiding the description column for table report format. @@ -845,7 +847,8 @@ time entry. - Golang CLI using [cobra](https://github.com/spf13/cobra) - Makefile to help setup actions -[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.33.0...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.33.1...HEAD +[v0.33.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.33.1 [v0.33.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.33.0 [v0.32.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.32.2 [v0.32.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.32.1