diff --git a/math/CHANGELOG.md b/math/CHANGELOG.md index 84b6452929..bd38caab0e 100644 --- a/math/CHANGELOG.md +++ b/math/CHANGELOG.md @@ -36,6 +36,10 @@ Ref: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.j ## [Unreleased] +## [math/v1.5.1](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.0) - 2025-03-28 + +* [#24185](https://github.com/cosmos/cosmos-sdk/issues/24185) Minor dependency bumps + ## [math/v1.5.0](https://github.com/cosmos/cosmos-sdk/releases/tag/math/v1.5.0) - 2025-01-06 * [#11783](https://github.com/cosmos/cosmos-sdk/issues/11783) Upstream GDA based decimal type diff --git a/math/go.mod b/math/go.mod index 76d15bbb32..76f59522d5 100644 --- a/math/go.mod +++ b/math/go.mod @@ -2,8 +2,6 @@ module cosmossdk.io/math go 1.23.0 -toolchain go1.23.7 - require ( cosmossdk.io/errors v1.0.2 github.com/cockroachdb/apd/v3 v3.2.1