diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ef7bb77..045e3819 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.64.0" + ".": "1.65.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 79265b77..de02e3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.65.0 (2024-12-12) + +Full Changelog: [v1.64.0...v1.65.0](https://github.com/StructifyAI/structify-python/compare/v1.64.0...v1.65.0) + +### Features + +* **api:** api update ([#700](https://github.com/StructifyAI/structify-python/issues/700)) ([06d0aa0](https://github.com/StructifyAI/structify-python/commit/06d0aa04a2c7a30bc6e2bff958d576972bf19be9)) +* **api:** api update ([#702](https://github.com/StructifyAI/structify-python/issues/702)) ([9cc9d72](https://github.com/StructifyAI/structify-python/commit/9cc9d7293ba72f29ac4b67ded3d908cf75fb220c)) + ## 1.64.0 (2024-12-12) Full Changelog: [v1.63.0...v1.64.0](https://github.com/StructifyAI/structify-python/compare/v1.63.0...v1.64.0) diff --git a/pyproject.toml b/pyproject.toml index 527c4aa1..95c7073a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "structifyai" -version = "1.64.0" +version = "1.65.0" description = "The official Python library for the structify API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/structify/_version.py b/src/structify/_version.py index d82d66ff..deed35b0 100644 --- a/src/structify/_version.py +++ b/src/structify/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "structify" -__version__ = "1.64.0" # x-release-please-version +__version__ = "1.65.0" # x-release-please-version