diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a458e..98b038a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.11.0 (2026-06-30) + +Full Changelog: [v1.10.0...v1.11.0](https://github.com/sambanova/sambanova-python/compare/v1.10.0...v1.11.0) + +### Features + +* add stlc trigger-back-sync workflow ([#27](https://github.com/sambanova/sambanova-python/issues/27)) ([49ce2a4](https://github.com/sambanova/sambanova-python/commit/49ce2a446a0ff04cdd4a44b79cf38a9c1868bc41)) + ## 1.10.0 (2026-06-25) Full Changelog: [v1.9.1...v1.10.0](https://github.com/sambanova/sambanova-python/compare/v1.9.1...v1.10.0) diff --git a/pyproject.toml b/pyproject.toml index 88818df..3f9c94b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sambanova" -version = "1.10.0" +version = "1.11.0" description = "The official Python library for the SambaNova API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/sambanova/_version.py b/src/sambanova/_version.py index 9488ee5..cb2e00e 100644 --- a/src/sambanova/_version.py +++ b/src/sambanova/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "sambanova" -__version__ = "1.10.0" # x-release-please-version +__version__ = "1.11.0" # x-release-please-version