diff --git a/proxmox-api-macro/Cargo.toml b/proxmox-api-macro/Cargo.toml index d9cee75b..87ff6097 100644 --- a/proxmox-api-macro/Cargo.toml +++ b/proxmox-api-macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-api-macro" description = "Proxmox API macro" -version = "1.2.0" +version = "1.2.1" authors.workspace = true edition.workspace = true diff --git a/proxmox-api-macro/debian/changelog b/proxmox-api-macro/debian/changelog index 6ebf4bd0..cb5d73ee 100644 --- a/proxmox-api-macro/debian/changelog +++ b/proxmox-api-macro/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-api-macro (1.2.1-1) bookworm; urgency=medium + + * allow declaring a field meant to collect the 'additional_properties' + + -- Proxmox Support Team Thu, 26 Sep 2024 14:52:43 +0200 + rust-proxmox-api-macro (1.2.0-1) bookworm; urgency=medium * deprecate old "streaming" method attribute