From 7acef3eda480e9c2eb1c6d564bab9a1f01cf4b4b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 18 Nov 2021 10:08:16 +0100 Subject: [PATCH] Add CHANGELOG entry for cosmjs-types to 0.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3438e523..03ea749f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,12 @@ and this project adheres to queries remain available in the `IbcExtension` because for IBC the storage layout is standardized. Such queries can still be implemented in CosmJS caller code that only needs to support one backend. ([#865]) +- all: Upgrade cosmjs-types to 0.3. This includes the types of the Cosmos SDK + 0.44 modules x/authz and x/feegrant. It causes a few breaking changes by + adding fields to interfaces. ([#928]) [#865]: https://github.com/cosmos/cosmjs/issues/865 +[#928]: https://github.com/cosmos/cosmjs/issues/928 ### Added