Release v0.5.0

This release aligns its dependencies with rust-vmm's vhost
infrastructure by moving to virtio-queue v0.4.0.

Signed-off-by: Sergio Lopez <slp@redhat.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b91d91f..8e38b62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,12 @@
 
 ### Deprecated
 
+## v0.5.0
+
+### Changed
+
+- Moved to rust-vmm/virtio-queue v0.4.0
+
 ## v0.4.0
 
 ### Changed
diff --git a/Cargo.toml b/Cargo.toml
index 27f9153..8e2de50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "vhost-user-backend"
-version = "0.4.0"
+version = "0.5.0"
 authors = ["The Cloud Hypervisor Authors"]
 keywords = ["vhost-user", "virtio"]
 description = "A framework to build vhost-user backend service daemon"