Skip to content

Commit 36416de

Browse files
authored
Update CHANGELOG for v0.41.0 release (#1524)
* Update CHANGELOG * Fix comments * Set date
1 parent 2d54a1d commit 36416de

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

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

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

5-
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.40.2...HEAD)
5+
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.41.0...HEAD)
6+
7+
## [v0.41.0](https://github.com/CosmWasm/wasmd/tree/v0.41.0) (2023-07-28)
8+
9+
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.40.2...v0.41.0)
10+
11+
- Bump IBC-Go to 7.2.0 [\#1459](https://github.com/CosmWasm/wasmd/pull/1459)
12+
- Ensure history position does not conflict [\#1462](https://github.com/CosmWasm/wasmd/pull/1462)
13+
- Bump sequence in ibctests for failed messages [\#1464](https://github.com/CosmWasm/wasmd/pull/1464)
14+
- Accept wasm data from state-sync as valid [\#1467](https://github.com/CosmWasm/wasmd/issues/1467)
15+
- Add updates to ibctesting framework for MS [\#1472](https://github.com/CosmWasm/wasmd/pull/1472)
16+
- Bump CometBFT to v0.37.2 - security fix [\#1479](https://github.com/CosmWasm/wasmd/pull/1479)
17+
- Gov: support contracts that dynamically instantiate other contracts [\#1207](https://github.com/CosmWasm/wasmd/issues/1207)
18+
- Deprecate alias.go [\#1484](https://github.com/CosmWasm/wasmd/pull/1484)
19+
- Upgrade to wasmvm v1.3 [\#1296](https://github.com/CosmWasm/wasmd/issues/1296)
20+
- System tests dependency cleanup [\#1489](https://github.com/CosmWasm/wasmd/pull/1489)
21+
- Allow better override of wasmVM in x/wasm keeper [\#1494](https://github.com/CosmWasm/wasmd/pull/1494)
22+
- Make system tests extendable for other app binaries [\#1503](https://github.com/CosmWasm/wasmd/pull/1503)
23+
- Build release + artifact on CI [\#1515](https://github.com/CosmWasm/wasmd/pull/1515)
24+
- Add/Remove addresses for code upload params [\#1493](https://github.com/CosmWasm/wasmd/pull/1493)
25+
- Bump SDK to v0.47.4 [\#1525](https://github.com/CosmWasm/wasmd/pull/1525)
26+
27+
### Notable changes:
28+
- Bump CometBFT to [v0.37.2](https://github.com/cometbft/cometbft/releases/tag/v0.37.2) because of security issues. See https://github.com/advisories/GHSA-w24w-wp77-qffm
29+
- Support for new wasmvm v1.3.0 capabilities [\#1296](https://github.com/CosmWasm/wasmd/issues/1296)
30+
- Deprecate alias.go [\#1484](https://github.com/CosmWasm/wasmd/pull/1484)
31+
- Gov: support contracts that dynamically instantiate other contracts [\#1207](https://github.com/CosmWasm/wasmd/issues/1207)
32+
- Add/Remove addresses for code upload params [\#1493](https://github.com/CosmWasm/wasmd/pull/1493)
33+
34+
### Migration notes:
35+
- This release does not include any state migrations but breaking changes that require a coordinated chain upgrade.
36+
- This release contains an ibc-go version bump from v7.0.1 to v7.2.0. Please read the [migration guide](https://github.com/cosmos/ibc-go/blob/v7.2.0/docs/migrations/v7-to-v7_1.md) carefully.
637

738
## [v0.40.2](https://github.com/CosmWasm/wasmd/tree/v0.40.2) (2023-06-09)
839

0 commit comments

Comments
 (0)