diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c1ef6f..cbf741b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to ## [Unreleased] +### Fixed + +- @cosmjs/cosmwasm-stargate, @cosmjs/stargate: Fix error propagation in + `CosmWasmClient.broadcastTx` and `StargateClient.broadcastTx` ([#800]). This + bug was introduced with the switch from broadcast mode "commit" to "sync" in + version 0.25.0. + +[#800]: https://github.com/cosmos/cosmjs/issues/800 + ## [0.25.2] - 2021-05-11 ### Added