diff --git a/CHANGELOG.md b/CHANGELOG.md index bc946061db..e43434eb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,26 @@ and this project adheres to ## [Unreleased] +<<<<<<< HEAD +======= +### Fixed + +- cosmwasm-std: Fix `Reply` deserialization on CosmWasm 1.x chains ([#2158]) + +[#2158]: https://github.com/CosmWasm/cosmwasm/pull/2158 + +## [2.0.3] - 2024-05-10 + +### Changed + +- cosmwasm-std: Deprecate "compact" serialization of `Binary`, `HexBinary`, + `Checksum` ([#2128]) + +[#2128]: https://github.com/CosmWasm/cosmwasm/pull/2128 + +## [2.0.2] - 2024-04-24 + +>>>>>>> 6e891634b (Add changelog entry) ### Fixed - cosmwasm-std: Fix CWA-2024-002