From 7ce965b8b12b180a5c9985e0ef0e9a65052a10ea Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Sat, 25 May 2024 15:14:46 -0300 Subject: [PATCH] release: v0.50.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f04d080..7fc4eda4 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.50.0] - 2024-05-25 + ### Added - more unit tests @@ -1171,7 +1173,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.49.0...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.50.0...HEAD +[v0.50.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.50.0 [v0.49.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.49.0 [v0.48.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.48.2 [v0.48.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.48.1