diff --git a/CHANGELOG.md b/CHANGELOG.md index c9993e9..de1a0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ ### Changed +### Removed + +## [0.9.0] + +### Changed + - Replaced the v6.2 bindings of arm64, x86\_64 with the v6.9 ones. ### Removed diff --git a/Cargo.toml b/Cargo.toml index df5f758..c7a4fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kvm-bindings" -version = "0.8.2" +version = "0.9.0" authors = ["Amazon firecracker team "] description = "Rust FFI bindings to KVM generated using bindgen." repository = "https://github.com/rust-vmm/kvm-bindings"