From a2b14cdd568273e12b80579b4e22681df95b4cb9 Mon Sep 17 00:00:00 2001 From: yaruwangway <69694322+yaruwangway@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:28:50 +0200 Subject: [PATCH] docs: update changelog (#2641) --- .../10.0.2/features/2629-add-query-local-min-gas-prices.md | 4 ++-- .changelog/10.0.2/summary.md | 2 +- CHANGELOG.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.changelog/10.0.2/features/2629-add-query-local-min-gas-prices.md b/.changelog/10.0.2/features/2629-add-query-local-min-gas-prices.md index 2ad2b3700dc..0288fc07755 100644 --- a/.changelog/10.0.2/features/2629-add-query-local-min-gas-prices.md +++ b/.changelog/10.0.2/features/2629-add-query-local-min-gas-prices.md @@ -1,3 +1,3 @@ -- register NodeService to enable query /cosmos/base/node/v1beta1/config +- 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)) \ No newline at end of file + ([\#2629](https://github.com/cosmos/gaia/issues/2629)) diff --git a/.changelog/10.0.2/summary.md b/.changelog/10.0.2/summary.md index bf24f328b78..7271151c27d 100644 --- a/.changelog/10.0.2/summary.md +++ b/.changelog/10.0.2/summary.md @@ -1,3 +1,3 @@ -*June 29, 2023* +*July 03, 2023* This release bumps several dependencies and enables extra queries. diff --git a/CHANGELOG.md b/CHANGELOG.md index 056b5716bf2..202eea54842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This release bumps several dependencies and enables extra queries. ### FEATURES -- Register NodeService to enable query /cosmos/base/node/v1beta1/config +- 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))