From f8220d47b224e22790ede637ed3c9e0dd57655d6 Mon Sep 17 00:00:00 2001 From: lumtis Date: Sun, 19 May 2024 18:04:23 +0200 Subject: [PATCH] changelog --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 9bfd4496aa..0b26f58cc0 100644 --- a/changelog.md +++ b/changelog.md @@ -46,6 +46,11 @@ * [2189](https://github.com/zeta-chain/node/pull/2189) - Updated the docker tag when a release trigger runs to be the github event for the release name which should be the version. Removed mac specific build as the arm build should handle that. * [2191](https://github.com/zeta-chain/node/pull/2191) - Fixed conditional logic for the docker build step for non release builds to not overwrite the github tag. * [2192](https://github.com/zeta-chain/node/pull/2192) - Added release status checker and updater pipeline that will update release statuses when they go live on network. + +### Chores + +* [2211](https://github.com/zeta-chain/node/pull/2211) - Standardize go imports format with `goimports-reviser` + ## v16.0.0 ### Breaking Changes