From a2f83bca0fbd6cfb4dc6e8b4a4aba1a6451b41dd Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 00:09:01 -0500 Subject: [PATCH] release: 0.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb12..f7014c35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5548309c..f80222bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.11.0 (2024-01-11) + +Full Changelog: [v0.10.0...v0.11.0](https://github.com/Finch-API/finch-api-python/compare/v0.10.0...v0.11.0) + +### Features + +* **client:** hook up sandbox auth ([#256](https://github.com/Finch-API/finch-api-python/issues/256)) ([13f29d3](https://github.com/Finch-API/finch-api-python/commit/13f29d37dd22e9f83010434e63e5efe428d3dda0)) +* remove redundant endpoint, add sandbox client options (not yet used) ([#255](https://github.com/Finch-API/finch-api-python/issues/255)) ([3fbedde](https://github.com/Finch-API/finch-api-python/commit/3fbedde2c7eddc74193c6b60cc89021392b41c25)) + + +### Chores + +* **client:** improve debug logging for failed requests ([#257](https://github.com/Finch-API/finch-api-python/issues/257)) ([04a3069](https://github.com/Finch-API/finch-api-python/commit/04a306915f19ebdbad1ec25f90bc58bcfa9aff57)) +* **internal:** rename unreleased connection status type ([#253](https://github.com/Finch-API/finch-api-python/issues/253)) ([e7f4e7d](https://github.com/Finch-API/finch-api-python/commit/e7f4e7da44347de96e49e0a802ea335cce56ec20)) + ## 0.10.0 (2024-01-09) Full Changelog: [v0.9.5...v0.10.0](https://github.com/Finch-API/finch-api-python/compare/v0.9.5...v0.10.0) diff --git a/pyproject.toml b/pyproject.toml index a374dc26..8e77530a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.10.0" +version = "0.11.0" description = "The official Python library for the Finch API" readme = "README.md" license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index e6546369..81d4eb27 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "finch" -__version__ = "0.10.0" # x-release-please-version +__version__ = "0.11.0" # x-release-please-version