From 694bbaddddbda0a95ac8ec4278ab0113943e6a6a Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 11 Dec 2025 15:36:18 +0100 Subject: [PATCH 1/2] chore: add missing changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4e170b..58c8883c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### API BREAKING +- Remove all unused code path in x/gov Atom One fork. The module wraps the x/gov Atom One SDK module instead [#248](https://github.com/atomone-hub/atomone/pull/248) + ### BUG FIXES - Use `TruncateInt` to compute `uphotonToMint` [250](https://github.com/atomone-hub/atomone/pull/250) @@ -16,6 +18,8 @@ ### FEATURES +- Migrate x/gov fork from Atom One to Atom One SDK [#248](https://github.com/atomone-hub/atomone/pull/248) + ### STATE BREAKING ### IMPROVEMENTS From a82c042594fbc190759e5e02cb0a0544d0d5d30e Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 11 Dec 2025 15:59:40 +0100 Subject: [PATCH 2/2] update cl --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c8883c..1b686b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ ### API BREAKING -- Remove all unused code path in x/gov Atom One fork. The module wraps the x/gov Atom One SDK module instead [#248](https://github.com/atomone-hub/atomone/pull/248) - ### BUG FIXES - Use `TruncateInt` to compute `uphotonToMint` [250](https://github.com/atomone-hub/atomone/pull/250)