From 9d3719984d7432bdac1c0d6852aaf465a7593cd5 Mon Sep 17 00:00:00 2001 From: Matthew Witkowski Date: Wed, 29 May 2024 15:08:34 -0400 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ca0cf65..376008b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,6 +97,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ * `name` add `UpdateParams` endpoint and cli [#2004](https://github.com/provenance-io/provenance/pull/2004). * Update the exchange `commitment-settlement-fee-calc` cli query to utilize the keyring [#2001](https://github.com/provenance-io/provenance/pull/2001). * Implement the ProposalMsgs module interface for the internal/provwasm, ibcratelimit, oracle, and sanction modules [#1993](https://github.com/provenance-io/provenance/pull/1993.) +* Update test-sim-import-export [#2014](https://github.com/provenance-io/provenance/pull/2014). + ### Client Breaking