Skip to content

Commit

Permalink
chore: bump network app version to v0.2.1 (#3810)
Browse files Browse the repository at this point in the history
* chore: bump network app version to `v0.2.1`

* chore: update changelog

* chore: remove invalid changelog entry

* Apply suggestions from code review

---------

Co-authored-by: İlker G. Öztürk <[email protected]>
  • Loading branch information
jeronimoalbi and ilgooz authored Dec 5, 2023
1 parent 1b408b3 commit 64b6aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@

- [#3793](https://github.com/ignite/cli/pull/3793) Refactor Ignite to follow semantic versioning (prepares v28.0.0). If you are using packages, do not forget to import the `/v28` version of the packages.
- [#3529](https://github.com/ignite/cli/pull/3529) Refactor plugin system to use gRPC
- [#3750](https://github.com/ignite/cli/pull/3750) Update default Ignite network app to `v0.2.0`
- [#3751](https://github.com/ignite/cli/pull/3751) Rename label to skip changelog check
- [#3745](https://github.com/ignite/cli/pull/3745) Set tx fee amount as option
- [#3748](https://github.com/ignite/cli/pull/3748) Change default rpc endpoint to a working one
- [#3621](https://github.com/ignite/cli/pull/3621) Change `pkg/availableport` to allow custom parameters in `Find` function and handle duplicated ports
- [#3559](https://github.com/ignite/cli/pull/3559) Bump network plugin version to `v0.1.1`
- [#3810](https://github.com/ignite/cli/pull/3810) Bump network app version to `v0.2.1`
- [#3581](https://github.com/ignite/cli/pull/3581) Bump cometbft and cometbft-db in the template
- [#3522](https://github.com/ignite/cli/pull/3522) Remove indentation from `chain serve` output
- [#3346](https://github.com/ignite/cli/issues/3346) Improve scaffold query --help
Expand Down
4 changes: 2 additions & 2 deletions ignite/cmd/plugin_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ type defaultPlugin struct {
}

const (
PluginNetworkVersion = "v0.2.0"
PluginNetworkPath = "github.com/ignite/cli/cli-plugin-network@" + PluginNetworkVersion
PluginNetworkVersion = "v0.2.1"
PluginNetworkPath = "github.com/ignite/cli-plugin-network@" + PluginNetworkVersion
)

// defaultPlugins holds the plugin that are considered trustable and for which
Expand Down

0 comments on commit 64b6aa4

Please sign in to comment.