From 10ff8db9cff865eb4cbcb6d2e0aac8c102be6249 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 13 Apr 2023 14:51:18 -0400 Subject: [PATCH] Update CHANGELOG for #258 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f1b925..d595a09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ NOTES * all: This Go module and the associated Docker image has been updated to Go 1.19 per the [Go support policy](https://go.dev/doc/devel/release#policy). Any consumers building on earlier Go versions or dependent on earlier Go version functionality may experience errors. (#269) +FEATURES + +* all: Released binaries now include `darwin/arm64`, `linux/arm64`, and `windows/arm64` (#258) + BUG FIXES * all: Prevented Go 1.18 and later `internal error: package XXX without types was imported` errors (#270)