From f3f250bf31c5a6cff77d3b00baa3746117c7c67f Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Tue, 4 Apr 2023 09:42:51 -0300 Subject: [PATCH] release: v0.44.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe9a052..1dcb77a9 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.44.2] - 2023-04-04 + ### Fixed - when searching for task names with special characters ("-" for example), this was fixed for the filter @@ -1100,7 +1102,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.44.1...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.44.2...HEAD +[v0.44.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.44.2 [v0.44.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.44.1 [v0.44.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.44.0 [v0.43.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.43.0