From 74f53b3cf23f87c053850bec6ef24578acb01146 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Fri, 17 Sep 2021 18:27:47 -0300 Subject: [PATCH] (release): 0.23.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7ccc42..52505be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.23.1] - 2021-09-17 + +### Fixed + +- `last` and `current` aliases were failing to find and select the right time entry, it is a problem + with the old api for getting "recent time entries", fixed by [@zerodahero](https://github.com/zerodahero) + ## [v0.23.0] - 2021-09-16 ### Added @@ -629,7 +636,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.23.0...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.23.1...HEAD +[v0.23.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.23.0 [v0.22.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.22.0 [v0.21.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.21.0 [v0.20.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.20.0