diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index 48d88471..f12dfc6c 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-http" edition = "2018" -version = "0.6.4" +version = "0.6.5" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox-http/debian/changelog b/proxmox-http/debian/changelog index 0ff7f65b..f9f565c1 100644 --- a/proxmox-http/debian/changelog +++ b/proxmox-http/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-http (0.6.5-1) unstable; urgency=medium + + * bump to proxmox-sys 0.4 + + -- Proxmox Support Team Thu, 28 Jul 2022 13:31:46 +0200 + rust-proxmox-http (0.6.4-1) unstable; urgency=medium * fix Proxy-Authorization header formatting