diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 2a4e242..af80bd5 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.9.2" +version = "0.9.3" 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 5300ed1..826aa89 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,11 @@ +libpve-rs-perl (0.9.3) bookworm; urgency=medium + + * fix #4234: openid: adjust openid verification function for userinfo option + + * log: use new logging builder, print to stderr and journald + + -- Proxmox Support Team Fri, 04 Apr 2025 19:45:17 +0200 + libpve-rs-perl (0.9.2) bookworm; urgency=medium * move openid code from pve-rs to common with backward compatible wrappers