diff --git a/virtio-queue-ser/CHANGELOG.md b/virtio-queue-ser/CHANGELOG.md index fa1ba8f7..26035a77 100644 --- a/virtio-queue-ser/CHANGELOG.md +++ b/virtio-queue-ser/CHANGELOG.md @@ -1,5 +1,9 @@ # Upcoming release +# v0.9.0 + +- Updated virtio-queue from 0.11.0 to 0.12.0. + # v0.8.0 ## Changed diff --git a/virtio-queue-ser/Cargo.toml b/virtio-queue-ser/Cargo.toml index 4c803ea8..d73b027e 100644 --- a/virtio-queue-ser/Cargo.toml +++ b/virtio-queue-ser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtio-queue-ser" -version = "0.8.0" +version = "0.9.0" authors = ["rust-vmm AWS maintainers "] description = "Serialization for virtio queue state" repository = "https://github.com/rust-vmm/vm-virtio"