diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index a15573d6..895787e9 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "3.4.0" +version = "3.5.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 f2f792fd..7854ca13 100644 --- a/tokio-xmpp/ChangeLog +++ b/tokio-xmpp/ChangeLog @@ -1,3 +1,12 @@ +Version 3.5.0: +2023-10-24 Maxime “pep” Buquet + * Changes: + - Require one and only one of tls-native and tls-rust to be enabled. + Technically a breaking change, but enabling both wasn't working in the + previous release anyway. + - Various fixes that were guarded under the tls-rust feature. All + updates from dependencies. + Version 3.4.0: 2023-08-17 Maxime “pep” Buquet * Breaking changes: