From df0d30a1068b1b9ad1e5cc146c7659acfbb932c1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 25 Jul 2022 13:31:34 +0200 Subject: [PATCH] bump proxmox-tfa to 2.1.0 Signed-off-by: Wolfgang Bumiller --- proxmox-tfa/Cargo.toml | 2 +- proxmox-tfa/debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml index 4eed3b3f..fbcf685f 100644 --- a/proxmox-tfa/Cargo.toml +++ b/proxmox-tfa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-tfa" -version = "2.0.0" +version = "2.1.0" authors = ["Proxmox Support Team "] edition = "2021" license = "AGPL-3" diff --git a/proxmox-tfa/debian/changelog b/proxmox-tfa/debian/changelog index 9553d175..6ed1cdf9 100644 --- a/proxmox-tfa/debian/changelog +++ b/proxmox-tfa/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox-tfa (2.1.0-1) stable; urgency=medium + + * expose allow_subdomains property for webauthn, defaulting to true + + * include 'webauthn' property when deserializing a `TfaChallenge` object to + make it reusable by clients + + * bump edition to 2021 + + -- Proxmox Support Team Mon, 25 Jul 2022 13:31:25 +0200 + rust-proxmox-tfa (2.0.0-1) stable; urgency=medium * add Webauthn::digest