diff --git a/Cargo.toml b/Cargo.toml index c3641241..eed8f8f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.1.1" +version = "2.1.2" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index c235ed08..bf5c01a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-backup (2.1.2-1) bullseye; urgency=medium + + * docs: backup-client: fix wrong reference + + * docs: remotes: note that protected flags will not be synced + + * sync job: correctly apply rate limit + + -- Proxmox Support Team Tue, 23 Nov 2021 13:56:15 +0100 + rust-proxmox-backup (2.1.1-2) bullseye; urgency=medium * docs: update and add traffic control related screenshots diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 5dd90d55..041cd02f 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.1.1" +version = "2.1.2" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"