diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 920893b0..a15573d6 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "3.3.0" +version = "3.4.0" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg ", "SonnyX ", "Paul Fariello "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" diff --git a/tokio-xmpp/ChangeLog b/tokio-xmpp/ChangeLog index 601cc398..f2f792fd 100644 --- a/tokio-xmpp/ChangeLog +++ b/tokio-xmpp/ChangeLog @@ -1,5 +1,5 @@ -Version next: -0000-00-00 xxxxxxxxxx +Version 3.4.0: +2023-08-17 Maxime “pep” Buquet * Breaking changes: - AsyncClient::new takes a parsed Jid instead of string (#72) - Properly add @id to every stanza, and also add support for components.