diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d9952..e734490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.10.0...v) (2024-06-22) +## [0.11.0](https://github.com/ivangabriele/mistralai-client-rs/compare/v0.10.0...v) (2024-06-22) ### Features diff --git a/Cargo.toml b/Cargo.toml index a0e5b41..d5d7884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mistralai-client" description = "Mistral AI API client library for Rust (unofficial)." license = "Apache-2.0" -version = "0.10.0" +version = "0.11.0" edition = "2021" rust-version = "1.76.0"