Skip to content

Commit

Permalink
Prepare changelog for 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jul 11, 2024
1 parent d56ba0b commit 19129a0
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@

## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD)

[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.51.0...HEAD)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.52.0...HEAD)

## [v0.52.0](https://github.com/CosmWasm/wasmd/tree/v0.52.0) (2024-07-11)

[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.51.0...v0.52.0)

- Update wasmvm to 2.1 release [#1927](https://github.com/CosmWasm/wasmd/pull/1927)
- Validate number of addresses in msg [#1926](https://github.com/CosmWasm/wasmd/pull/1926)
- Add `cosmwasm_2_1` capability [#1925](https://github.com/CosmWasm/wasmd/pull/1925)
- Migrate Version checks [#1924](https://github.com/CosmWasm/wasmd/pull/1924)
- Pinned Metrics [#1922](https://github.com/CosmWasm/wasmd/pull/1922)
- Mark wasm queries with module_query_safe [#1915](https://github.com/CosmWasm/wasmd/pull/1915)
- Add codespace to error acknowledgement [#1911](https://github.com/CosmWasm/wasmd/pull/1911)
- Upgrade cosmos-sdk to v0.50.7 [#1905](https://github.com/CosmWasm/wasmd/pull/1905)
- Mark QuerySmart contract error as deterministic [#1904](https://github.com/CosmWasm/wasmd/pull/1904)
- Async Ack [#1876](https://github.com/CosmWasm/wasmd/pull/1876)
- IBC Callbacks [#1817](https://github.com/CosmWasm/wasmd/pull/1817)

### Notable changes:
- Upgrade to [CosmWasm 2.1.0](https://github.com/CosmWasm/wasmvm/releases/tag/v2.0.0)

### Migration notes:
- This release does not include any state migrations but breaking changes that require a coordinated chain upgrade.

# [v0.51.0](https://github.com/CosmWasm/wasmd/tree/v0.51.0) (2024-04-22)

Expand Down

0 comments on commit 19129a0

Please sign in to comment.