diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d43a621a..029e2d7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa6bab2..3f839363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.2.2 (2024-08-20) + +Full Changelog: [v1.2.1...v1.2.2](https://github.com/Finch-API/finch-api-python/compare/v1.2.1...v1.2.2) + +### Chores + +* **ci:** also run pydantic v1 tests ([#482](https://github.com/Finch-API/finch-api-python/issues/482)) ([c5e6131](https://github.com/Finch-API/finch-api-python/commit/c5e6131b3bc85894033bffc2f327bcc114d1b229)) +* **client:** fix parsing union responses when non-json is returned ([#480](https://github.com/Finch-API/finch-api-python/issues/480)) ([2665eea](https://github.com/Finch-API/finch-api-python/commit/2665eea2d8d3ae0a795f96e6f36fe1f109bf8f79)) + ## 1.2.1 (2024-08-19) Full Changelog: [v1.2.0...v1.2.1](https://github.com/Finch-API/finch-api-python/compare/v1.2.0...v1.2.1) diff --git a/pyproject.toml b/pyproject.toml index b1fc9802..57324936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.2.1" +version = "1.2.2" 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 2dd09286..7143df09 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.2.1" # x-release-please-version +__version__ = "1.2.2" # x-release-please-version