diff --git a/jid/CHANGELOG.md b/jid/CHANGELOG.md index 68cd273d..a82d32bc 100644 --- a/jid/CHANGELOG.md +++ b/jid/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 0.9.2, release 2021-01-13: + * Updates + - Bumped minidom to 0.13 + Version 0.9.1, release 2021-01-13: * Updates - Added serde support behind "serde" feature diff --git a/jid/Cargo.toml b/jid/Cargo.toml index 3935b66f..24384b19 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.9.1" +version = "0.9.2" authors = [ "lumi ", "Emmanuel Gil Peyrot ", @@ -19,5 +19,5 @@ edition = "2018" gitlab = { repository = "xmpp-rs/xmpp-rs" } [dependencies] -minidom = { version = "0.12", optional = true } +minidom = { version = "0.13", optional = true } serde = { version = "1.0", features = ["derive"], optional = true }