diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 2c66526..2e15e97 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmg-rs" -version = "0.7.1" +version = "0.7.2" description = "PMG parts which have been ported to rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pmg-rs/debian/changelog b/pmg-rs/debian/changelog index 09a945e..70b4be2 100644 --- a/pmg-rs/debian/changelog +++ b/pmg-rs/debian/changelog @@ -1,3 +1,17 @@ +libpmg-rs-perl (0.7.2) bookworm; urgency=medium + + * set default log level to 'info' + + * introduce PMG_LOG environment variable to override log level + + * add tfa_lock_status query sub + + * add api_unlock_tfa sub + + * bump proxmox-tfa to 4.0.2 + + -- Proxmox Support Team Tue, 27 Jun 2023 16:01:23 +0200 + libpmg-rs-perl (0.7.1) bookworm; urgency=medium * rebuild for Debian 12 Bookworm based release series