diff --git a/Cargo.toml b/Cargo.toml index e3b7d42e..944ae531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.0" +version = "0.8.1" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 2aa5fa8f..663ba331 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-backup (0.8.1-1) unstable; urgency=medium + + * remove authhenticated data blobs (not needed) + + * add signature to manifest + + * improve docs + + * client: introduce --keyfd parameter + + * ui improvements + + -- Proxmox Support Team Thu, 09 Jul 2020 10:01:25 +0200 + rust-proxmox-backup (0.8.0-1) unstable; urgency=medium * implement get_runtime_with_builder