diff --git a/xmpp-parsers/Cargo.toml b/xmpp-parsers/Cargo.toml index 8e85551..84aba37 100644 --- a/xmpp-parsers/Cargo.toml +++ b/xmpp-parsers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmpp-parsers" -version = "0.18.0" +version = "0.18.1" authors = [ "Emmanuel Gil Peyrot ", "Maxime “pep” Buquet ", @@ -14,7 +14,7 @@ license = "MPL-2.0" edition = "2018" [dependencies] -minidom = "0.12" +minidom = "0.13" jid = { version = "0.9", features = ["minidom"] } base64 = "0.13" digest = "0.9" diff --git a/xmpp-parsers/ChangeLog b/xmpp-parsers/ChangeLog index 1a8bb49..0329f69 100644 --- a/xmpp-parsers/ChangeLog +++ b/xmpp-parsers/ChangeLog @@ -1,5 +1,10 @@ Version 0.18.0: -UNRELEASED Emmanuel Gil Peyrot +2021-01-13 Emmanuel Gil Peyrot + * Bugfixes: + - Bump minidom to 0.13, as 0.12.1 got yanked. + +Version 0.18.0: +2021-01-13 Emmanuel Gil Peyrot * New parsers/serialisers: - Jingle Raw UDP Transport Method (XEP-0177). - Jingle RTP Header Extensions Negotiation (XEP-0294).