From bec1ed13a1e64d93a478696f05bcfe960203858b Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Wed, 12 Jan 2022 20:40:32 -0300 Subject: [PATCH] (release): v0.29.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb91bcd..425b5713 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.29.0] - 2022-01-12 + ### Changed - `show` subcommand has its parameter as optional, and shows current time entry by default when the @@ -768,8 +770,9 @@ 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.28.0...HEAD -[v0.28.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.28.1 +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.29.0...HEAD +[v0.29.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.29.0 +[v0.28.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.28.0 [v0.27.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.27.1 [v0.27.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.27.0 [v0.26.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.26.1