From edd47822b535ed49c227266358915da069e6201f Mon Sep 17 00:00:00 2001 From: Alex | Interchain Labs Date: Fri, 28 Mar 2025 21:12:55 -0400 Subject: [PATCH] chore: prep `math` for `v1.5.1` (#24185) Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> --- math/CHANGELOG.md | 4 ++++ math/go.mod | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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