Skip to content

Commit

Permalink
bring v10.0.2 changelog to main (cosmos#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Jul 17, 2023
1 parent 353410e commit d0cc711
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Register NodeService to enable query `/cosmos/base/node/v1beta1/config`
gRPC query to disclose node operator's configured minimum-gas-price.
([\#2629](https://github.com/cosmos/gaia/issues/2629))
3 changes: 3 additions & 0 deletions .changelog/10.0.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*July 03, 2023*

This release bumps several dependencies and enables extra queries.

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/unreleased/state-breaking/2616-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [Interchain-Security](https://github.com/cosmos/interchain-security) to
[v2.0.0](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0)
([\#2616](https://github.com/cosmos/gaia/pull/2616))
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## 10.0.2

*July 03, 2023*

This release bumps several dependencies and enables extra queries.

### DEPENDENCIES

- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
[v4.4.2](https://github.com/cosmos/ibc-go/releases/tag/v4.4.2)
([\#2554](https://github.com/cosmos/gaia/pull/2554))
- Bump [CometBFT](https://github.com/cometbft/cometbft) to
[v0.34.29](https://github.com/cometbft/cometbft/releases/tag/v0.34.29)
([\#2594](https://github.com/cosmos/gaia/pull/2594))

### FEATURES

- Register NodeService to enable query `/cosmos/base/node/v1beta1/config`
gRPC query to disclose node operator's configured minimum-gas-price.
([\#2629](https://github.com/cosmos/gaia/issues/2629))

## [v10.0.1] 2023-05-25

* (deps) [#2543](https://github.com/cosmos/gaia/pull/2543) Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v4.4.1](https://github.com/cosmos/ibc-go/releases/tag/v4.4.1).
Expand Down

0 comments on commit d0cc711

Please sign in to comment.