From fc3b29b117240de9f3b4870063d34aaf30f1974b Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 27 Jul 2026 13:26:48 +0200 Subject: [PATCH 1/4] build(deps): bump atomone sdk to v0.500.2 --- CHANGELOG.md | 28 ++++++++++++++++++++-------- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6264396f..2c8b36a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ # CHANGELOG +## v4.0.2 + +### BUG FIXES + +- Update AtomOne SDK to v0.500.2 + +## v4.0.1 + +### BUG FIXES + +- Register legacy IBC gov proposal content types in atomone gov fork [#356](https://github.com/atomone-hub/atomone/pull/356) + ## v4.0.0 -*Jun 23nd, 2026* +_Jun 23nd, 2026_ ### API BREAKING @@ -47,7 +59,7 @@ ## v3.0.3 -*Oct 20th, 2025* +_Oct 20th, 2025_ ### DEPENDENCIES @@ -55,7 +67,7 @@ ## v3.0.2 -*Oct 1st, 2025* +_Oct 1st, 2025_ ### API BREAKING @@ -63,7 +75,7 @@ ## v3.0.1 -*Aug 22th, 2025* +_Aug 22th, 2025_ ### BUG FIXES @@ -71,7 +83,7 @@ ## v3.0.0 -*Aug 4th, 2025* +_Aug 4th, 2025_ ### BUG FIXES @@ -99,7 +111,7 @@ ## v2.0.0 -*May 1st, 2025* +_May 1st, 2025_ ### BUG FIXES @@ -120,7 +132,7 @@ - Remove `x/crisis` [#93](https://github.com/atomone-hub/atomone/pull/93) - Upgrade ibc-go to v7.10.0 to fix ASA-2025-004 and ISA-2025-001 [#84](https://github.com/atomone-hub/atomone/pull/84) [#85](https://github.com/atomone-hub/atomone/pull/85) [#98](https://github.com/atomone-hub/atomone/pull/98) - Upgrade Cosmos SDK to v0.47.17 [#98](https://github.com/atomone-hub/atomone/pull/98) - + ### IMPROVEMENTS - (x/gov): override MinVotingPeriod with ldflags [#63](https://github.com/atomone-hub/atomone/pull/63) @@ -128,7 +140,7 @@ ## v1.0.0 -*Sep 26th, 2024* +_Sep 26th, 2024_ ### FEATURES diff --git a/go.mod b/go.mod index d381d2ba..38c87a48 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.26.4 replace ( cosmossdk.io/x/feegrant => cosmossdk.io/x/feegrant v0.1.1 cosmossdk.io/x/upgrade => github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.2 - github.com/cosmos/cosmos-sdk => github.com/atomone-hub/cosmos-sdk v0.500.1 + github.com/cosmos/cosmos-sdk => github.com/atomone-hub/cosmos-sdk v0.500.2 github.com/cosmos/ibc-go/v10 => github.com/cosmos/ibc-go/v10 v10.7.0 ) diff --git a/go.sum b/go.sum index a680399e..86838fb6 100644 --- a/go.sum +++ b/go.sum @@ -100,8 +100,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= -github.com/atomone-hub/cosmos-sdk v0.500.1 h1:1/sNalNS6blWUm7iLXzC+RnGFsxMLdXKs33rNjNk8DI= -github.com/atomone-hub/cosmos-sdk v0.500.1/go.mod h1:bV+SvzTTjmJ10xv0SaROxOZxp96Q4bmi8nnT2CpxkWc= +github.com/atomone-hub/cosmos-sdk v0.500.2 h1:yXvzlahnb6T3VuAEdzExi1c5MQRDa+T0s3PntfmlVbo= +github.com/atomone-hub/cosmos-sdk v0.500.2/go.mod h1:bV+SvzTTjmJ10xv0SaROxOZxp96Q4bmi8nnT2CpxkWc= github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.2 h1:SVPsm3c8pymdbwNjKHF5vwM0B6x4dgkVTbhbYctwBoE= github.com/atomone-hub/cosmos-sdk/x/upgrade v0.1.5-atomone.2/go.mod h1:78DcDK3kSaNN7dObcV1FIypDDIfl5W5X1uDyrUyZmWY= github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU= From 50bc8d64d95edebb8336573aa28acecd08c10fca Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 27 Jul 2026 13:27:41 +0200 Subject: [PATCH 2/4] add pr nr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8b36a9..0eadee6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### BUG FIXES -- Update AtomOne SDK to v0.500.2 +- Update AtomOne SDK to v0.500.2 [#360](https://github.com/atomone-hub/atomone/pull/360) ## v4.0.1 From 25b4c2c6c98b2dbf7c31aa3ae687424bc19c40fa Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 27 Jul 2026 14:42:27 +0200 Subject: [PATCH 3/4] update cl --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eadee6c..a77ba729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v4.0.2 +## v4.1.0 ### BUG FIXES From 1acfaa453c73cc67fcf528a5497a0ce04b3280a6 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 27 Jul 2026 17:50:40 +0200 Subject: [PATCH 4/4] add dates --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77ba729..bf39f1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## v4.1.0 +_Jul 27th, 2026_ + ### BUG FIXES - Update AtomOne SDK to v0.500.2 [#360](https://github.com/atomone-hub/atomone/pull/360) ## v4.0.1 +_Jul 22nd, 2026_ + ### BUG FIXES - Register legacy IBC gov proposal content types in atomone gov fork [#356](https://github.com/atomone-hub/atomone/pull/356)