diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8fdcd6..caf1487 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bb20f..1dcc948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 1.11.0 (2024-11-28) + +Full Changelog: [v1.10.1...v1.11.0](https://github.com/Finch-API/finch-api-python/compare/v1.10.1...v1.11.0) + +### Features + +* **api:** api update ([#532](https://github.com/Finch-API/finch-api-python/issues/532)) ([821a77f](https://github.com/Finch-API/finch-api-python/commit/821a77fa1011aa5caa323e451b344f66f36a48eb)) + + +### Bug Fixes + +* **client:** compat with new httpx 0.28.0 release ([#533](https://github.com/Finch-API/finch-api-python/issues/533)) ([f5e151c](https://github.com/Finch-API/finch-api-python/commit/f5e151cb90b0acc31a535a70b9b42ec98000c1e2)) + + +### Chores + +* **internal:** exclude mypy from running on tests ([#531](https://github.com/Finch-API/finch-api-python/issues/531)) ([a5ce0e7](https://github.com/Finch-API/finch-api-python/commit/a5ce0e704b29d58eee8d56174c949557d4cd1b74)) +* remove now unused `cached-property` dep ([#529](https://github.com/Finch-API/finch-api-python/issues/529)) ([7fdf9b7](https://github.com/Finch-API/finch-api-python/commit/7fdf9b7a507cd9c9a4b35f4af60b63d43f63581f)) + ## 1.10.1 (2024-11-23) Full Changelog: [v1.10.0...v1.10.1](https://github.com/Finch-API/finch-api-python/compare/v1.10.0...v1.10.1) diff --git a/pyproject.toml b/pyproject.toml index 2bdeed5..50e1c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.10.1" +version = "1.11.0" description = "The official Python library for the Finch API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index 2561cda..e6a1386 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "finch" -__version__ = "1.10.1" # x-release-please-version +__version__ = "1.11.0" # x-release-please-version