From d4c672a2217927387318b89ab378698e238b0217 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 21 Aug 2023 15:46:14 +0200 Subject: [PATCH] fix(math): revert #16263 --- math/CHANGELOG.md | 6 ++++++ math/go.mod | 3 +++ 2 files changed, 9 insertions(+) diff --git a/math/CHANGELOG.md b/math/CHANGELOG.md index 54c0ba994cb3..ad3e56731418 100644 --- a/math/CHANGELOG.md +++ b/math/CHANGELOG.md @@ -34,6 +34,12 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j # Changelog +## [math/v1.1.2](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.1.2) - 2023-08-21 + +### Bug Fixes + +* [#]() Revert [#16263](https://github.com/cosmos/cosmos-sdk/pull/16263). + ## [math/v1.1.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.1.1) - 2023-08-21 ### Bug Fixes diff --git a/math/go.mod b/math/go.mod index 2e7317cacac3..4e2b87c84592 100644 --- a/math/go.mod +++ b/math/go.mod @@ -16,3 +16,6 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) + +// Issue with math.Int{}.Size() implementation. +retract [v1.1.0, v1.1.1]