Skip to content

Commit 7b418de

Browse files
authored
Prepare changelog for v0.51 release (#1849)
* Prepare changelog for v0.51 release * Update changelog with latest changes * Set release date * Update changelog
1 parent a1789c0 commit 7b418de

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,35 @@
22

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

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.
634

735
## [v0.50.0](https://github.com/CosmWasm/wasmd/tree/v0.50.0) (2023-11-23)
836

0 commit comments

Comments
 (0)