diff --git a/Cargo.toml b/Cargo.toml index f5449cd..ce5a6f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup-qemu" -version = "0.3.3" +version = "0.4.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/debian/changelog b/debian/changelog index 1522358..4c81904 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-backup-qemu (0.4.0-1) unstable; urgency=medium + + * use new get_runtime_with_builder + + -- Proxmox Support Team Tue, 07 Jul 2020 10:59:55 +0200 + proxmox-backup-qemu (0.3.3-1) unstable; urgency=medium * code cleanups