diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 1c00edd8..947da45c 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.3.0" +version = "0.3.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 3fd71868..0460477b 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,10 @@ +libpve-rs-perl (0.3.1) bullseye; urgency=medium + + * fix issuew which caused the unpadded base64 encoded entries in the old + tfa.cfg file to error due to an off-by-1 error trimming the final byte + + -- Proxmox Support Team Fri, 12 Nov 2021 10:23:55 +0100 + libpve-rs-perl (0.3.0) bullseye; urgency=medium * add TFA api