diff --git a/CHANGELOG.md b/CHANGELOG.md index 7369eb9..9467da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.1.6 + +- Upraded vmm-sys-utils to v0.8.0 + # v0.1.5 - Added more documentation and examples. diff --git a/Cargo.toml b/Cargo.toml index 88caab5..804e91a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versionize" -version = "0.1.5" +version = "0.1.6" license = "Apache-2.0" authors = ["Amazon Firecracker team "] description = "A version tolerant serialization/deserialization framework."