From a4a6bf051af6c85c73051e11ea6bc03c1e1f024b Mon Sep 17 00:00:00 2001 From: Mantas Vidutis Date: Tue, 3 Jan 2023 15:52:12 +0700 Subject: [PATCH] correct changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dabec00c..7bdb0182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ and this project adheres to [#1291]: https://github.com/cosmos/cosmjs/issues/1291 [#1329]: https://github.com/cosmos/cosmjs/pull/1329 +### Added +- @cosmjs/stargate: Add `granteeGrants` and `granterGrants` queries to + `AuthzExtension` ([#1308]). + +[#1308]: https://github.com/cosmos/cosmjs/pull/1308 + ## [0.29.5] - 2022-12-07 ### Fixed @@ -65,13 +71,10 @@ and this project adheres to `HttpBatchClientOptions`, `RpcClient` ([#1311]). - @cosmjs/tendermint-rpc: Send batch immediately when full in `HttpBatchClient` ([#1310]). -- @cosmjs/stargate: Add `granteeGrants` and `granterGrants` queries to - `AuthzExtension` ([#1308]). [#1309]: https://github.com/cosmos/cosmjs/issues/1309 [#1310]: https://github.com/cosmos/cosmjs/issues/1310 [#1311]: https://github.com/cosmos/cosmjs/issues/1311 -[#1308]: https://github.com/cosmos/cosmjs/pull/1308 ### Fixed