Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: bring v10.0.2 changelog to main #2648

Merged
merged 1 commit into from
Jul 17, 2023
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
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