diff --git a/Cargo.toml b/Cargo.toml index 5f4c6e8f..628fdd1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "2.2.5" +version = "2.2.6" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 3b928735..5a0cb401 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +rust-proxmox-backup (2.2.6-1) bullseye; urgency=medium + + * manager: add 'subscription set-offline-key' command + + * tfa: allow modifying 'allow-subdomains' + + * proxmox-backup-client: added ignore-acls/xattrs/ownership/permissions & + overwrite parameters + + * docs: package repos: fix typo + + -- Proxmox Support Team Fri, 09 Sep 2022 14:15:11 +0200 + rust-proxmox-backup (2.2.5-1) bullseye; urgency=medium * fix #4157: docs: fix copy-paste error in repo examples diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 4b3bf582..d62d847a 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "2.2.5" +version = "2.2.6" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"