sasl: Update Changelog

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

sasl/CHANGELOG.md | 12 ++++++++++++
1 file changed, 12 insertions(+)

Detailed changes

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.