diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 82eb538..6f4ca63 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmg-rs" -version = "0.7.2" +version = "0.7.3" 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 70b4be2..104cc97 100644 --- a/pmg-rs/debian/changelog +++ b/pmg-rs/debian/changelog @@ -1,3 +1,9 @@ +libpmg-rs-perl (0.7.3) bookworm; urgency=medium + + * reset failure counts when unlocking second factors + + -- Proxmox Support Team Wed, 05 Jul 2023 13:35:23 +0200 + libpmg-rs-perl (0.7.2) bookworm; urgency=medium * set default log level to 'info'