From 49b6db19eb122eba7e42c37271cae761cc7a5e23 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 7 Jul 2021 19:19:18 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df22e2..72cfba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.11.8 - 2021-07-07 + +- Releases are built with Go 1.16 +- Add ARM64 v7 build target, GH-497 +- Switch to Go modules for dependency management, GH-509 +- Switch to Go embed for static assets management, GH-510 +- Add Darwin/ARM64 build target (Apple Silicon), GH-513 + ## 0.11.7 - 2020-10-18 - Releases are built with Go 1.15