diff --git a/CHANGELOG.md b/CHANGELOG.md index 358538e..c88c32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 0.6.0, released 2019-06-19: + * Updates + - Jid is now an enum, with two variants, Bare(BareJid) and Full(FullJid) + Version 0.5.3, released 2019-01-16: * Updates - Link Mauve bumped the minidom dependency version. diff --git a/Cargo.toml b/Cargo.toml index b29a3c3..04fb6d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.5.3" +version = "0.6.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ",