From d8c301ee217d54556cbc7e2619761f0fb48b02a9 Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Thu, 25 Apr 2024 11:39:15 +0200 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca12c32e53..3b4002a0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ and this project adheres to `Uint64::strict_add`/`::strict_sub` and document overflows. ([#2098], [#2107]) - cosmwasm-std: Add `QuerierWrapper::query_grpc` helper for gRPC queries. ([#2120]) +- cosmwasm-derive: Add `state_version` attribute for `migrate` entrypoints + ([#2124]) [#1983]: https://github.com/CosmWasm/cosmwasm/pull/1983 [#2057]: https://github.com/CosmWasm/cosmwasm/pull/2057 @@ -40,6 +42,7 @@ and this project adheres to [#2099]: https://github.com/CosmWasm/cosmwasm/pull/2099 [#2107]: https://github.com/CosmWasm/cosmwasm/pull/2107 [#2120]: https://github.com/CosmWasm/cosmwasm/pull/2120 +[#2124]: https://github.com/CosmWasm/cosmwasm/pull/2124 ### Changed