diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index c97a8c3..8dd3282 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.0" +version = "0.8.1" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index be29742..260a0e5 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,14 @@ +libpve-rs-perl (0.8.1) bookworm; urgency=medium + + * bump proxmox-apt,http,openid,subscription,sys crates to their bookworm + versions + + * bump proxmox-tfa to 4.0.1 to include the unlock API + + * enable TFA lockout and provide the `api_unlock_tfa` call + + -- Proxmox Support Team Wed, 31 May 2023 14:17:31 +0200 + libpve-rs-perl (0.8.0) bookworm; urgency=medium * rebuild for Debian 12 Bookworm based release series