From 109baec1e14994eb93e418338861fd1685fcd86d Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Tue, 26 Jul 2022 14:32:48 -0300 Subject: [PATCH] release: v0.38.3 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3309834e..034a6767 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.38.3] - 2022-07-26 + ### Fixed - `config init` tests were broken @@ -990,8 +992,9 @@ 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.1...HEAD -[v0.38.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.38.1 +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.38.3...HEAD +[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 [v0.37.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.37.0 [v0.36.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.36.2