diff --git a/changelog.md b/changelog.md index fdfe0bcc0f..0014fcc5e5 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,7 @@ ### Changes +- [#4031](https://github.com/ignite/cli/pull/4031) Bump `cli-plugin-network` to `v0.2.2` due to dependencies issue. - [#4013](https://github.com/ignite/cli/pull/4013) Bump `cosmos-sdk` to `v0.50.5` - [#3993](https://github.com/ignite/cli/pull/3993) Oracle scaffolding was deprecated and has been removed - [#3959](https://github.com/ignite/cli/pull/3959) Remove app name prefix from the `.gitignore` file diff --git a/ignite/cmd/plugin_default.go b/ignite/cmd/plugin_default.go index 09943e54a8..60c6b62ff2 100644 --- a/ignite/cmd/plugin_default.go +++ b/ignite/cmd/plugin_default.go @@ -16,7 +16,7 @@ type defaultPlugin struct { } const ( - PluginNetworkVersion = "v0.2.1" + PluginNetworkVersion = "v0.2.2" PluginNetworkPath = "github.com/ignite/cli-plugin-network@" + PluginNetworkVersion )