From 43cf87529e33841ccf53d79449fb3f3aad245e1d Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sun, 3 Mar 2024 19:44:54 +0100 Subject: [PATCH] docs(changelog): update --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b803f5..21d525d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ ## [](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.1.0...v) (2024-03-03) +### ⚠ BREAKING CHANGES + +* Chat completions must now be called directly from client.chat() without building a request in between. + +### Features + +* add client.list_models() method ([814b991](https://github.com/ivangabriele/mistralai-client-rs/commit/814b9918b3aca78bfd606b5b9bb470b70ea2a5c6)) +* simplify chat completion call ([7de2b19](https://github.com/ivangabriele/mistralai-client-rs/commit/7de2b19b981f1d65fe5c566fcaf521e4f2a9ced1)) + +## [](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.1.0...v) (2024-03-03) + + ### ⚠ BREAKING CHANGES * Chat completions must now be called directly from client.chat() without building a request in between.