From efa89014cec1980eaadb3927e6bc452aa20801ad Mon Sep 17 00:00:00 2001 From: bdchatham Date: Fri, 10 Jul 2026 15:33:49 -0700 Subject: [PATCH] Update v6.6 changelog in prep to cut rc3 Adds the release/v6.6 entries merged since the rc2 changelog: the CON-369 range-check/DecCoin backport (#3743), plus the rc2 cut's process commits (#3732 version bump, #3731 changelog backport). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09868088e6..befb7bfd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog ## v6.6 sei-chain +* [#3743](https://github.com/sei-protocol/sei-chain/pull/3743) Backport `release/v6.6`: feat(cosmos): range-check Dec conversions and DecCoin validation (CON-369) +* [#3732](https://github.com/sei-protocol/sei-chain/pull/3732) Bump version in prep to release v6.6-rc2 +* [#3731](https://github.com/sei-protocol/sei-chain/pull/3731) Backport `release/v6.6`: Update v6.6 changelog in prep to cut RC2 * [#3717](https://github.com/sei-protocol/sei-chain/pull/3717) Backport `release/v6.6`: Accept legacy cosmos_only SC write mode * [#3697](https://github.com/sei-protocol/sei-chain/pull/3697) Backport `release/v6.6`: Fix rpc hash race condition * [#3694](https://github.com/sei-protocol/sei-chain/pull/3694) Backport `release/v6.6`: Add GoReleaser release pipeline for static seid binaries (#3425)