diff --git a/sasl/CHANGELOG.md b/sasl/CHANGELOG.md index 80b714fb..f42fda32 100644 --- a/sasl/CHANGELOG.md +++ b/sasl/CHANGELOG.md @@ -1,3 +1,15 @@ +Version 0.5.2, released 2024-07-22: + * Improvements + - Add SCRAM client extensions support (thanks to Lucas Kent) + - Update to edition 2021 + - Add tls-exporter channel binding + - Use the right name for SCRAM with channel binding + - Remove `ignore` keyword from doc-tests + - Swap sha-1 dep to sha1 + - Update dependencies + - Fix clippy lints and compiler warnings + - Remove unneeded allocation in `client::mechanism::scram::Scram::initial` + Version 0.5.1, released 2023-08-20: * Important changes - Move sasl-rs to the xmpp-rs repository at https://gitlab.com/xmpp-rs/xmpp-rs.