diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f286455..00281293 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.34.0] - 2022-04-27 + ### Changed - `end` argument of `report` command accepts the aliases `now` and `today` for current date. @@ -851,7 +853,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.33.1...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.34.0...HEAD +[v0.34.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.34.0 [v0.33.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.33.1 [v0.33.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.33.0 [v0.32.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.32.2