diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ee22adc..7d97b907 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.58.1" + ".": "0.59.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d53f29a8..6b73c01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.59.2](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.58.1...v0.59.2) (2026-09-08) + + +### Chores + +* **api:** regenerate SDK ([41fce26](https://github.com/cooper-square-technologies/profound-python-sdk/commit/41fce26acdb865cf97dc54191cfca67bcc116483)) +* **api:** update generated SDK content ([d6fa82e](https://github.com/cooper-square-technologies/profound-python-sdk/commit/d6fa82ea9d4ea46456b2b60714736fd6f112c948)) +* release 0.59.2 ([e9a8bf5](https://github.com/cooper-square-technologies/profound-python-sdk/commit/e9a8bf5f403e630a5b5e3e3971e24db8c242ebc7)) +* release 0.59.2 ([f3e6953](https://github.com/cooper-square-technologies/profound-python-sdk/commit/f3e695396353aa7e82474c2d612d79b64be519c1)) + ## [0.58.1](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.58.0...v0.58.1) (2026-08-28) diff --git a/pyproject.toml b/pyproject.toml index 4545ccb9..7752ced4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "profound" -version = "0.58.1" # x-release-please-version +version = "0.59.2" # x-release-please-version description = "profound Python client." readme = "README.md" license = "Apache-2.0" diff --git a/scalar-sdk.manifest.json b/scalar-sdk.manifest.json index fdcff2d7..a2356906 100644 --- a/scalar-sdk.manifest.json +++ b/scalar-sdk.manifest.json @@ -1,7 +1,7 @@ { "name": "Profound", "slug": "profound", - "generatorVersion": "0.30.1", + "generatorVersion": "0.32.0", "servers": [ "https://api.tryprofound.com" ], diff --git a/src/profound/_version.py b/src/profound/_version.py index 0f69ba18..83e51268 100644 --- a/src/profound/_version.py +++ b/src/profound/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Scalar. See README.md for details. __title__ = "profound" -__version__ = "0.58.1" # x-release-please-version +__version__ = "0.59.2" # x-release-please-version