From 20a16a7e41eb85046248f55754d711943ee79d20 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Fri, 13 May 2022 13:13:13 -0300 Subject: [PATCH] release: 0.36.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bd9eb7..3c0c777c 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.36.2] - 2022-05-13 + ### Fixed - `edit-multiple` was not updating time entries without interactive mode. @@ -904,7 +906,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.36.1...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.36.2...HEAD +[v0.36.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.36.2 [v0.36.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.36.1 [v0.36.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.36.0 [v0.35.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.35.1