diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfd9c6..9269c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.8.6] - 2024-09-24 + +* Add data section check when limiting Wasm heap memory. + ## [0.8.5] - 2024-09-05 * Fix http_request redirect. diff --git a/Cargo.lock b/Cargo.lock index 8646c64..8f83c3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "ic-wasm" -version = "0.8.5" +version = "0.8.6" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c614319..e9c9392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-wasm" -version = "0.8.5" +version = "0.8.6" authors = ["DFINITY Stiftung"] edition = "2021" description = "A library for performing Wasm transformations specific to canisters running on the Internet Computer"