diff --git a/crates/dbs-upcall/CHANGELOG.md b/crates/dbs-upcall/CHANGELOG.md index 7e24c8c9..2327de62 100644 --- a/crates/dbs-upcall/CHANGELOG.md +++ b/crates/dbs-upcall/CHANGELOG.md @@ -4,4 +4,10 @@ ### Added -- This is the initial release for dbs-upcall \ No newline at end of file +- This is the initial release for dbs-upcall + +## v0.2.0 + +### Updated + +- update dbs-virtio-devices to v0.2.0 \ No newline at end of file diff --git a/crates/dbs-upcall/Cargo.toml b/crates/dbs-upcall/Cargo.toml index 6208b37c..2dc50c54 100755 --- a/crates/dbs-upcall/Cargo.toml +++ b/crates/dbs-upcall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbs-upcall" -version = "0.1.0" +version = "0.2.0" authors = ["Alibaba Dragonball Team"] license = "Apache-2.0" edition = "2018"