From f71a326fe279fecc77e6416193b44aac4650b9ac Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 19 Mar 2021 21:46:39 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd5416d..f4f22f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * HealthChecks module added, by [@stone](https://github.com/stone) * Asana module added, by [@xntrik](https://github.com/xntrik) * Kubernetes module now displays the Ready Replicas and Total Replicas count, by [@LKaemmerling](https://github.com/LKaemmerling) +* Now builds using Go 1.16, which provides support for Apple's M1 ARM hardware, by [@LKaemmerling](https://github.com/LKaemmerling) ### 🐞 Fixed