diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbe2b5f..019d7212 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.30.1] - 2022-01-17 + ### Fixed - `manual` subcommand was allowing creation of open time entries. @@ -788,7 +790,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.30.0...HEAD +[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.30.1...HEAD +[v0.30.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.30.1 [v0.30.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.30.0 [v0.29.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.29.0 [v0.28.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.28.0