|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.50.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.51.0...HEAD) |
| 6 | + |
| 7 | +# [v0.51.0](https://github.com/CosmWasm/wasmd/tree/v0.51.0) (2024-04-22) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.50.0...v0.51.0) |
| 10 | + |
| 11 | +- Bump cosmos-sdk to v0.50.6 [#1865](https://github.com/CosmWasm/wasmd/pull/1865) |
| 12 | +- Bump tx module to v0.13.3 [#1864](https://github.com/CosmWasm/wasmd/pull/1864) |
| 13 | +- Fix Amino JSON representation [\#1844](https://github.com/CosmWasm/wasmd/pull/1844) |
| 14 | +- Add BuiltInCapabilities() to x/wasm/keeper and deprecate AllCapabilities() [#1855](https://github.com/CosmWasm/wasmd/pull/1855) |
| 15 | +- Move contrib/ in scripts/ [\#1848](https://github.com/CosmWasm/wasmd/pull/1848) |
| 16 | +- Remove contract_tests [\#1847](https://github.com/CosmWasm/wasmd/pull/1847) |
| 17 | +- Upgrade Alpine in Dockerfile to 3.18 [\#1837](https://github.com/CosmWasm/wasmd/pull/1837) |
| 18 | +- Bump wasmvm to 2.0.0 [\#1832](https://github.com/CosmWasm/wasmd/pull/1832) |
| 19 | +- Rename gas to gasLeft [\#1820](https://github.com/CosmWasm/wasmd/pull/1820) |
| 20 | +- Fix misleading error message for duplicate address on instantiate2 [\#1816](https://github.com/CosmWasm/wasmd/pull/1816) |
| 21 | +- Rewrite compatibility section in README [\#1805](https://github.com/CosmWasm/wasmd/pull/1805) |
| 22 | +- Generalize "pinned" to "discount" for cases where contract is in memory [\#1799](https://github.com/CosmWasm/wasmd/pull/1799) |
| 23 | +- Rename InstantiateContractCosts -> SetupContractCost; Remove NewContractInstanceCosts [\#1797](https://github.com/CosmWasm/wasmd/pull/1797) |
| 24 | +- Bump cosmos-sdk proto to v0.50.0 [\#1795](https://github.com/CosmWasm/wasmd/pull/1795) |
| 25 | +- Fix grant contract cli command description [\#1778](https://github.com/CosmWasm/wasmd/issues/1778) |
| 26 | +- Add Build Address gRPC Query [\#1753](https://github.com/CosmWasm/wasmd/pull/1753) |
| 27 | + |
| 28 | +### Notable changes: |
| 29 | +- Upgrade to [CosmWasm 2.0.0](https://github.com/CosmWasm/wasmvm/releases/tag/v2.0.0) |
| 30 | +- Upgrade to [SDK v0.50.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.6) patch release of Cosmos SDK Eden |
| 31 | + |
| 32 | +### Migration notes: |
| 33 | +- This release does not include any state migrations but breaking changes that require a coordinated chain upgrade. |
6 | 34 |
|
7 | 35 | ## [v0.50.0](https://github.com/CosmWasm/wasmd/tree/v0.50.0) (2023-11-23) |
8 | 36 |
|
|
0 commit comments