diff --git a/Changelog.md b/Changelog.md index a859856..51ef1a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 7.5.0 + +- Add support for chat endpoint to `Client` and `AsyncClient` + ## 7.4.0 - Add `complete_with_streaming` to `AsyncClient` to support completion endpoint with streaming diff --git a/pyproject.toml b/pyproject.toml index dc1c5be..753dff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aleph-alpha-client" -version = "7.4.0" +version = "7.5.0" description = "python client to interact with Aleph Alpha api endpoints" authors = ["Aleph Alpha "] license = "MIT"