diff --git a/CHANGELOG.md b/CHANGELOG.md index cbcb4b2..8f06f64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ ### Deprecated -## [v0.1.0] +## v0.2.0 + +### Added + +- Ability to run the daemon as a client +- VringEpollHandler implements AsRawFd + +## v0.1.0 First release diff --git a/Cargo.toml b/Cargo.toml index cfb60c9..7bacf04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost-user-backend" -version = "0.1.0" +version = "0.2.0" authors = ["The Cloud Hypervisor Authors"] keywords = ["vhost-user", "virtio"] description = "A framework to build vhost-user backend service daemon"