diff --git a/proxmox-openid/Cargo.toml b/proxmox-openid/Cargo.toml index fde67b61..a5249214 100644 --- a/proxmox-openid/Cargo.toml +++ b/proxmox-openid/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-openid" description = "base for openid authentication in proxmox products" -version = "0.10.3" +version = "0.10.4" exclude = [ "build", "debian" ] diff --git a/proxmox-openid/debian/changelog b/proxmox-openid/debian/changelog index 1070e28c..8c8780cb 100644 --- a/proxmox-openid/debian/changelog +++ b/proxmox-openid/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-openid (0.10.4-1) bookworm; urgency=medium + + * fix #4411: openid: add library code for generic id token claim support + + * fix #4234: openid: add library functions for optional userinfo endpoint + + -- Proxmox Support Team Fri, 04 Apr 2025 15:40:45 +0200 + rust-proxmox-openid (0.10.3-1) bookworm; urgency=medium * drop unused dependency on url