diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fc4320..e38886d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to ## [Unreleased] +### Changed + +- @cosmjs/stargate: Update validation of GasPrice.fromString to allow using ibc denoms as gas denom ([#1522]) + +[#1522]: https://github.com/cosmos/cosmjs/pull/1522 + ## [0.32.1] - 2023-12-04 ### Fixed @@ -17,12 +23,6 @@ and this project adheres to [#1516]: https://github.com/cosmos/cosmjs/pull/1516 -### Changed - -- @cosmjs/stargate: Update validation of GasPrice.fromString to allow using ibc denoms as gas denom ([#1522]) - -[#1522]: https://github.com/cosmos/cosmjs/pull/1522 - ## [0.32.0] - 2023-11-23 ### Added