diff --git a/Changelog.md b/Changelog.md index 51ef1a3..8931cce 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 7.5.1 + +- Add fallback mechanism for figuring out the version locally. + ## 7.5.0 - Add support for chat endpoint to `Client` and `AsyncClient` diff --git a/pyproject.toml b/pyproject.toml index 753dff6..c221624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aleph-alpha-client" -version = "7.5.0" +version = "7.5.1" description = "python client to interact with Aleph Alpha api endpoints" authors = ["Aleph Alpha "] license = "MIT"