diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 4d2a498..82ebce4 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.9.3" +version = "0.9.4" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 826aa89..b026b2a 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,12 @@ +libpve-rs-perl (0.9.4) bookworm; urgency=medium + + * rebuild with proxmox-notify version 0.5.4: + + ensures a bug fix for the missing Content-Length header for webhook + notification is included. + + fix #6143: notify: allow overriding notification templates. + + -- Proxmox Support Team Tue, 08 Apr 2025 12:56:07 +0200 + libpve-rs-perl (0.9.3) bookworm; urgency=medium * fix #4234: openid: adjust openid verification function for userinfo option