diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f29742..d6538f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v0.14.0] + - Modify `--follow` behavior by minimizing noisy output. (#122) > [!TIP] @@ -41,7 +43,8 @@ Summary from [v0.13.0](https://github.com/mfridman/tparse/releases/tag/v0.13.0) - Add [GoReleaser](https://goreleaser.com/) to automate the release process. Pre-built binaries are available for each release, currently Linux and macOS. If there is demand, can also add Windows. -[Unreleased]: https://github.com/mfridman/tparse/compare/v0.13.3...HEAD +[Unreleased]: https://github.com/mfridman/tparse/compare/v0.14.0...HEAD +[v0.14.0]: https://github.com/mfridman/tparse/compare/v0.13.3...v0.14.0 [v0.13.3]: https://github.com/mfridman/tparse/compare/v0.13.2...v0.13.3 [v0.13.2]: https://github.com/mfridman/tparse/compare/v0.13.1...v0.13.2 [v0.13.1]: https://github.com/mfridman/tparse/compare/v0.13.0...v0.13.1