tfa: bump to 5.0.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-10-01 12:48:36 +02:00
parent 8698f3afc7
commit 2a1458126c
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,11 @@
rust-proxmox-tfa (5.0.1) bookworm; urgency=medium
* provide TfaUser via the 'types' feature
* typo fixes
-- Proxmox Support Team <support@proxmox.com> 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)