diff --git a/Cargo.toml b/Cargo.toml index a669dab..889c427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-alpha-client" -version = "0.6.1" +version = "0.7.0" edition = "2021" description = "Interact with large language models provided by the Aleph Alpha API in Rust code" license = "MIT" diff --git a/Changelog.md b/Changelog.md index 011793a..329b281 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.7.0 + +* Add `client_timeout` to `How` +* Remove builder-methods from `How` as it introduced an unnecessary level of indirection + ## 0.6.1 * Add `explanation` to `Client` for submitting explanation requests to the API