From 5ed6996c770b755968b7994ecdc712446b9c6b0e Mon Sep 17 00:00:00 2001 From: Carlton N Hanna Date: Tue, 21 May 2024 13:30:40 -0600 Subject: [PATCH] add change log --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47079a5e..7aa363952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Fix unit tests for ibchooks [#1980](https://github.com/provenance-io/provenance/pull/1980). * 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 [#1984](https://github.com/provenance-io/provenance/pull/1984). + ### Client Breaking