diff --git a/CHANGELOG.md b/CHANGELOG.md index 9081f8c1..6e1dd895 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.42.0] - 2022-11-09 + ### Added - test help function `runClient` to mock calls to Clockfy's API @@ -1043,7 +1045,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.41.0...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.42.0...HEAD +[v0.42.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.42.0 [v0.41.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.41.0 [v0.40.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.40.0 [v0.39.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.39.0