diff --git a/proxmox-auth-api/Cargo.toml b/proxmox-auth-api/Cargo.toml index f0abdc67..6603e5c4 100644 --- a/proxmox-auth-api/Cargo.toml +++ b/proxmox-auth-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-auth-api" -version = "0.2.0" +version = "0.3.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-auth-api/debian/changelog b/proxmox-auth-api/debian/changelog index 35e18db5..18fd5c3a 100644 --- a/proxmox-auth-api/debian/changelog +++ b/proxmox-auth-api/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-auth-api (0.3.0) bookworm; urgency=medium + + * drop pam crate dependency + + * set PAM_RHOST during pam authentication + + -- Proxmox Support Team Wed, 14 Jun 2023 09:55:23 +0200 + rust-proxmox-auth-api (0.2.0) bookworm; urgency=medium * update proxmox-rest-server to 0.4.0