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