diff --git a/Cargo.toml b/Cargo.toml index baeb4b1d..96c17f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.1.1" +version = "3.1.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index ff929170..dc4a04cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-backup (3.1.2-1) bookworm; urgency=medium + + * sync: fix recent regression with recursive remote sync + + * sync: fix source store+namespace printing to refer to the actual namespace + + -- Proxmox Support Team Thu, 30 Nov 2023 11:56:43 +0100 + rust-proxmox-backup (3.1.1-1) bookworm; urgency=medium * ui: fix deleting datastore without 'keep-job-configs'