Skip to content

Commit

Permalink
build: prepare release 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Nov 4, 2024
1 parent ea050fd commit cfb997e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cfb997e

Please sign in to comment.