From eea442675ea174bac117b5a9a87e59b6a1f01cfa Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:42:13 -0500 Subject: [PATCH] release: 0.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6538ca91..2b28d6ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 657fb751..88fb080f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.8.1 (2023-11-24) + +Full Changelog: [v0.8.0...v0.8.1](https://github.com/Finch-API/finch-api-python/compare/v0.8.0...v0.8.1) + +### Chores + +* **internal:** options updates ([#195](https://github.com/Finch-API/finch-api-python/issues/195)) ([0dd9a28](https://github.com/Finch-API/finch-api-python/commit/0dd9a2830e69c0fe555ca8dc4fd164ecdaeda490)) +* **internal:** revert recent options change ([#197](https://github.com/Finch-API/finch-api-python/issues/197)) ([e10ebe4](https://github.com/Finch-API/finch-api-python/commit/e10ebe4151a6c55884967acfc83aa92163162db2)) +* **internal:** send more detailed x-stainless headers ([#198](https://github.com/Finch-API/finch-api-python/issues/198)) ([ca854cd](https://github.com/Finch-API/finch-api-python/commit/ca854cdb23af269eb9d89bc3407e5c6c18e0c0df)) + ## 0.8.0 (2023-11-21) Full Changelog: [v0.7.1...v0.8.0](https://github.com/Finch-API/finch-api-python/compare/v0.7.1...v0.8.0) diff --git a/pyproject.toml b/pyproject.toml index d9f8ddc2..619023a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.8.0" +version = "0.8.1" 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 ae244cf0..dfd10f6b 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.8.0" # x-release-please-version +__version__ = "0.8.1" # x-release-please-version