Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## [`v0.25.1`](https://github.com/ignite/cli/releases/tag/v0.25.1)

### Changes

Expand Down
2 changes: 1 addition & 1 deletion ignite/templates/app/stargate/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/ignite/cli v0.25.0
github.com/ignite/cli v0.25.1
github.com/regen-network/cosmos-proto v0.3.1
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Blockchains created with Ignite CLI use the [Cosmos SDK](https://github.com/cosm

| Ignite CLI | Cosmos SDK | IBC | Notes |
|-------------|---------------|-------------------------|-----------------------------------------------|
| v0.25.0 | v0.46.2 | v5.0.0 | |
| v0.25.1 | v0.46.3 | v5.0.0 | Includes Dragonberry security fix |
| v0.24.0 | v0.46.0 | v5.0.0 | |
| v0.23.0 | v0.45.5 | v3.0.1 | |
| v0.21.1 | v0.45.4 | v2.0.3 | Supports Cosmos SDK v0.46.0-alpha1 and above |
Expand Down