diff --git a/CHANGELOG.md b/CHANGELOG.md index e0790f2..0a35b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.1.10 + +- Fixed a possible out of bounds memory access in FamStructWrapper::deserialize + # v0.1.9 - Implement Versionize for i128 and u128 diff --git a/Cargo.toml b/Cargo.toml index 3d0baea..9230c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versionize" -version = "0.1.9" +version = "0.1.10" license = "Apache-2.0" authors = ["Amazon Firecracker team "] description = "A version tolerant serialization/deserialization framework."