From b9c4e0e38944dd140fc699f75bbad5b898923d24 Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Fri, 20 Dec 2024 16:40:28 +0100 Subject: [PATCH 1/2] chore: update changelog for v0.4.0+ibc-go-v7.4-wasmvm-v1.5 --- modules/light-clients/08-wasm/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/light-clients/08-wasm/CHANGELOG.md b/modules/light-clients/08-wasm/CHANGELOG.md index 9a35c1c662a..41660f21447 100644 --- a/modules/light-clients/08-wasm/CHANGELOG.md +++ b/modules/light-clients/08-wasm/CHANGELOG.md @@ -34,6 +34,13 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog + +## [v0.4.0+ibc-go-v7.4-wasmvm-v1.5](https://github.com/cosmos/ibc-go/releases/tag/modules%2Flight-clients%2F08-wasm%2Fv0.4.0%2Bibc-go-v7.4-wasmvm-v1.5) - 2024-12-20 + +### Dependencies + +* [\#7744](https://github.com/cosmos/ibc-go/pull/7744) Bump wasmvm to 1.5.6 * (NOTE: This is a dependency breaking change. See release notes for more details) + ## [v0.3.1+ibc-go-v7.4-wasmvm-v1.5](https://github.com/cosmos/ibc-go/releases/tag/modules%2Flight-clients%2F08-wasm%2Fv0.3.1%2Bibc-go-v7.4-wasmvm-v1.5) - 2024-07-31 From fe2c8d3d342b865c3f313636f9489a2e4f47cb0f Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Fri, 20 Dec 2024 16:48:25 +0100 Subject: [PATCH 2/2] fix wording --- modules/light-clients/08-wasm/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/light-clients/08-wasm/CHANGELOG.md b/modules/light-clients/08-wasm/CHANGELOG.md index 41660f21447..7d53816a4c5 100644 --- a/modules/light-clients/08-wasm/CHANGELOG.md +++ b/modules/light-clients/08-wasm/CHANGELOG.md @@ -39,7 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Dependencies -* [\#7744](https://github.com/cosmos/ibc-go/pull/7744) Bump wasmvm to 1.5.6 * (NOTE: This is a dependency breaking change. See release notes for more details) +* [\#7744](https://github.com/cosmos/ibc-go/pull/7744) Bump wasmvm to 1.5.6 * (NOTE: This is a state machine breaking dependency update. See release notes for more details) ## [v0.3.1+ibc-go-v7.4-wasmvm-v1.5](https://github.com/cosmos/ibc-go/releases/tag/modules%2Flight-clients%2F08-wasm%2Fv0.3.1%2Bibc-go-v7.4-wasmvm-v1.5) - 2024-07-31