From e6c6cc781189ff587bdbb8454603459787d88f9b Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 4 Sep 2021 21:52:46 -0300 Subject: [PATCH] v3.7.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97756fd5..ad872581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.7.1 - 2021-09-04 + +- Add official support to Apple M1 ([#564](https://github.com/go-task/task/pull/564), [#567](https://github.com/go-task/task/pull/567)). +- Our [official Homebrew tap](https://github.com/go-task/homebrew-tap) will + support more platforms, including Apple M1 + ## v3.7.0 - 2021-07-31 - Add `run:` setting to control if tasks should run multiple times or not.