diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index ba30e9d..5fcebf3 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.7" +version = "0.8.8" 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 c6fc24a..8e10dcb 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,15 @@ +libpve-rs-perl (0.8.8) bookworm; urgency=medium + + * notify: include 'hostname' and 'type' metadata fields for forwarded mails + + * notify: smtp: forward original message instead of nesting + + * notify: smtp: add 'Auto-Submitted' header to email body + + * notify: api: allow resetting built-in targets if used by a matcher + + -- Proxmox Support Team Wed, 10 Jan 2024 14:19:47 +0100 + libpve-rs-perl (0.8.7) bookworm; urgency=medium * notify: adapt to new matcher-based notification routing