diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ce2e6d..f46e5b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Upcoming Release +## v0.19.1 + ### Fixed - [[#298](https://github.com/rust-vmm/kvm/pull/298)]: Fixed incorrect usage of `ioctl_wit_ref` in the diff --git a/Cargo.toml b/Cargo.toml index 3a68b116..84e69fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kvm-ioctls" -version = "0.19.0" +version = "0.19.1" authors = ["Amazon Firecracker Team "] description = "Safe wrappers over KVM ioctls" repository = "https://github.com/rust-vmm/kvm-ioctls"