diff --git a/CHANGELOG.md b/CHANGELOG.md index d5381a04a..0e8bb974a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [[0.14.0-0.6.1](https://github.com/line/wasmvm/compare/v0.14.0-0.6.0...0.14.0-0.6.1)] - 2021-07-15 + +### Fixes + +* rebuild shared libs to resolve compile error ([#44](https://github.com/line/wasmvm/issues/44)) + + ## [[v0.14.0-0.6.0](https://github.com/line/wasmvm/compare/v0.14.0-0.5.0...v0.14.0-0.6.0)] - 2021-07-12 ### Changes diff --git a/Cargo.lock b/Cargo.lock index ee7450bef..4d292f5fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1538,7 +1538,7 @@ checksum = "87cc2fe6350834b4e528ba0901e7aa405d78b89dc1fa3145359eb4de0e323fcf" [[package]] name = "wasmvm" -version = "0.14.0-0.6.0" +version = "0.14.0-0.6.1" dependencies = [ "cbindgen", "cosmwasm-std", diff --git a/Cargo.toml b/Cargo.toml index fd960a2a7..efbfd3332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmvm" -version = "0.14.0-0.6.0" +version = "0.14.0-0.6.1" publish = false authors = ["LINE Plus Corporation"] edition = "2018"