diff --git a/Cargo.toml b/Cargo.toml index b4064b0..e27d981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-mail-forward" -version = "0.1.0" +version = "0.1.1" authors = [ "Fiona Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index cb9cc94..975ef58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-mail-forward (0.1.1-1) stable; urgency=medium + + * support unknown section types in the user config to not fail on eg. tokens + in the config + + -- Proxmox Support Team Mon, 28 Nov 2022 09:31:19 +0100 + rust-proxmox-mail-forward (0.1.0-1) stable; urgency=medium * Initial release.