From dd33e38d4e2d1c6c9153f189f98ad9b6750cc260 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Thu, 22 Feb 2024 07:25:04 -0300 Subject: [PATCH] releasve: v0.48.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4666d1..e9059410 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.48.2] - 2024-02-22 + ### Fixed - using name for id options with `[` in the name makes the cli panic @@ -1152,7 +1154,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.48.1...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.48.2...HEAD +[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 [v0.48.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.48.0 [v0.47.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.47.0