diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 7c63dd0..a05ba6c 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.5.0" +version = "0.5.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 2f74e75..99b2a89 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,12 @@ +libpve-rs-perl (0.5.1) bullseye; urgency=medium + + * update OpenID Connect dependency, avoiding linking with curl and all its + dependencies and fixing compatibillity with auth0, a commercial identiy + service provider that uses a non-standard conform timestamp in their + responses. + + -- Proxmox Support Team Thu, 03 Feb 2022 08:47:39 +0100 + libpve-rs-perl (0.5.0) bullseye; urgency=medium * pve-rs: add perlmod for CalendarEvent