From 7d46879a4ba113916a3901cec7dbf0189db8fc90 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:16:21 -0500 Subject: [PATCH] chore: merge main for release Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2690da4..cecc578fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - replace gofrs/uuid with google/uuid (#3576) - `examples`: bump examples with recent changes (#3575) +- update attachment messaging and size to allow 1mb (#3595) ### Fixed +- pin goreleaser to v2.3.x to fix arm release (#3598) +- devcontainer update go version to 1.23 (#3597) - `ui`: remove unnecessary scrolls for quick edit forms (#3592) - `ofrep`: forward x-flipt-namespace http header from grpc-gateway to (#3591) - `cockroachdb`: rework migrations for cockroachdb v23 and v24 (#3573)