diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 2c99ed74..413da8f8 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.6.0" +version = "0.7.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index c0b6110a..64f54413 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.7.0-1) unstable; urgency=medium + + * rename 'step' to 'period' in totp values + + -- Proxmox Support Team Fri, 30 Oct 2020 15:14:41 +0100 + rust-proxmox (0.6.0-1) unstable; urgency=medium * fix a case where use of the api attribute macro can generate unused