From 415fd9816714cba3ca94d28c0316b802f1173668 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Wed, 24 Jul 2024 20:23:01 +0200 Subject: [PATCH] docs(changelog): update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e734490..2caeb13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.11.0...v) (2024-07-24) + +### Features + +* implement the Debug trait for Client ([#11](https://github.com/ivangabriele/mistralai-client-rs/issues/11)) ([3afeec1](https://github.com/ivangabriele/mistralai-client-rs/commit/3afeec1d586022e43c7b10906acec5e65927ba7d)) +* mark Function trait as Send ([#12](https://github.com/ivangabriele/mistralai-client-rs/issues/12)) ([8e9f7a5](https://github.com/ivangabriele/mistralai-client-rs/commit/8e9f7a53863879b2ad618e9e5707b198e4f3b135)) ## [0.11.0](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.10.0...v) (2024-06-22) ### Features