From 3963b8051a4a6b880a50c939c3becbbc6f16fa08 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 23 May 2024 12:54:36 -0600 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fdca07c..2f6177c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Add `UpdateParams` and `Params` query rpc endpoints to modules. * `ibcratelimit` add `UpdateParams` endpoint and deprecate `GovUpdateParams` [#1984](https://github.com/provenance-io/provenance/pull/1984). * `attribute` add `UpdateParams` endpoint and cli [#1987](https://github.com/provenance-io/provenance/pull/1987). +* Update the exchange `commitment-settlement-fee-calc` cli query to utilize the keyring [#2001](https://github.com/provenance-io/provenance/pull/2001). ### Client Breaking