diff --git a/changelog.md b/changelog.md index 340d02b30b..05063e7d39 100644 --- a/changelog.md +++ b/changelog.md @@ -2,8 +2,11 @@ ## Unreleased +## [`v28.5.3`](https://github.com/ignite/cli/releases/tag/v28.5.3) + ### Changes +- [#4292](https://github.com/ignite/cli/pull/4292) Bump Cosmos SDK to `v0.50.10` - [#4357](https://github.com/ignite/cli/pull/4357) Bump chain dependencies (store, ics, log, etc) - [#4328](https://github.com/ignite/cli/pull/4328) Send ignite bug report to sentry. Opt out the same way as for usage analytics diff --git a/ignite/templates/app/files/go.mod.plush b/ignite/templates/app/files/go.mod.plush index cd3416213c..90ab2b426b 100644 --- a/ignite/templates/app/files/go.mod.plush +++ b/ignite/templates/app/files/go.mod.plush @@ -11,8 +11,7 @@ replace ( require ( cosmossdk.io/api v0.7.5 - cosmossdk.io/client/v2 v2.0.0-beta.4 - cosmossdk.io/collections v0.4.0 + cosmossdk.io/client/v2 v2.0.0-beta.5 cosmossdk.io/core v0.11.1 cosmossdk.io/depinject v1.0.0 cosmossdk.io/errors v1.0.1 @@ -32,7 +31,7 @@ require ( github.com/cometbft/cometbft v0.38.12 github.com/cosmos/cosmos-db v1.0.2 github.com/cosmos/cosmos-proto v1.0.0-beta.5 - github.com/cosmos/cosmos-sdk v0.50.9 + github.com/cosmos/cosmos-sdk v0.50.10 github.com/cosmos/gogoproto v1.7.0 github.com/cosmos/ibc-go/modules/capability v1.0.1 github.com/cosmos/ibc-go/v8 v8.5.1