From df8293bee6c9da21c5a57685dd1e898292ff13e9 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 20 May 2020 19:26:23 -0300 Subject: [PATCH] v2.8.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7f2eb1..ecc284d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog -## Unreleased +## v2.8.1 - 2019-05-20 +- Fix error code for the `--help` flag + ([#300](https://github.com/go-task/task/issues/300), [#330](https://github.com/go-task/task/pull/330)). +- Print version to stdout instead of stderr + ([#299](https://github.com/go-task/task/issues/299), [#329](https://github.com/go-task/task/pull/329)). - Supress `context` errors when using the `--watch` flag ([#313](https://github.com/go-task/task/issues/313), [#317](https://github.com/go-task/task/pull/317)). +- Support templating on description + ([#276](https://github.com/go-task/task/issues/276), [#283](https://github.com/go-task/task/pull/283)). ## v2.8.0 - 2019-12-07