diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml index c2406ccc..984e19a2 100644 --- a/proxmox-tfa/Cargo.toml +++ b/proxmox-tfa/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-tfa" description = "tfa implementation for totp and u2f" -version = "5.0.0" +version = "5.0.1" authors.workspace = true edition.workspace = true diff --git a/proxmox-tfa/debian/changelog b/proxmox-tfa/debian/changelog index 41ae5802..f7d63e5e 100644 --- a/proxmox-tfa/debian/changelog +++ b/proxmox-tfa/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-tfa (5.0.1) bookworm; urgency=medium + + * provide TfaUser via the 'types' feature + + * typo fixes + + -- Proxmox Support Team Tue, 01 Oct 2024 12:48:13 +0200 + rust-proxmox-tfa (5.0.0) bookworm; urgency=medium * webauthn: make OriginUrl stringify according to RFC6454 (no trailing slash)