From cf49ce2ae725f651de862d6803ab6ca67350c312 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Wed, 27 Jul 2022 07:14:53 -0300 Subject: [PATCH] release: v0.38.4 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 034a6767..3ecd8738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.38.4] - 2022-07-27 + +### Fixed + +- fixing pagination for time entry listing + ## [v0.38.3] - 2022-07-26 ### Fixed @@ -992,7 +998,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.38.3...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.38.4...HEAD +[v0.38.4]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.38.4 [v0.38.3]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.38.3 [v0.38.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.38.2 [v0.38.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.38.0