From 4cc6259a60d635a08ffd40450703d05c0483a83f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 25 Jul 2022 13:46:35 +0200 Subject: [PATCH] bump pmg-rs to 0.6.1 Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 +- pmg-rs/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 3eae573..c99ed62 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmg-rs" -version = "0.6.0" +version = "0.6.1" authors = [ "Proxmox Support Team ", "Wolfgang Bumiller ", diff --git a/pmg-rs/debian/changelog b/pmg-rs/debian/changelog index 599614d..06289ce 100644 --- a/pmg-rs/debian/changelog +++ b/pmg-rs/debian/changelog @@ -1,3 +1,9 @@ +libpmg-rs-perl (0.6.1) bullseye; urgency=medium + + * add 'allow-subdomains' property to webauthn config + + -- Proxmox Support Team Mon, 25 Jul 2022 13:45:39 +0200 + libpmg-rs-perl (0.6.0) bullseye; urgency=medium * add Proxmox::RS::Subscription support