diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8dd513e..ff8e652c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.10" + ".": "0.17.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 021bded8..42ae4828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.17.11 (2026-03-05) + +Full Changelog: [v0.17.10...v0.17.11](https://github.com/openlayer-ai/openlayer-python/compare/v0.17.10...v0.17.11) + +### Bug Fixes + +* **closes OPEN-9306:** oCI tracer issue serializing GenericChatResponse ([#608](https://github.com/openlayer-ai/openlayer-python/issues/608)) ([9e60b94](https://github.com/openlayer-ai/openlayer-python/commit/9e60b94f155d70a6044f84287333a256abe3097e)) + + +### Chores + +* **closes OPEN-9405:** allow specifying/logging question column name ([#607](https://github.com/openlayer-ai/openlayer-python/issues/607)) ([436def7](https://github.com/openlayer-ai/openlayer-python/commit/436def78c8840a417aac1599600b25cb058cbc83)) + ## 0.17.10 (2026-03-05) Full Changelog: [v0.17.9...v0.17.10](https://github.com/openlayer-ai/openlayer-python/compare/v0.17.9...v0.17.10) diff --git a/pyproject.toml b/pyproject.toml index 6796f8ab..1a6bad4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openlayer" -version = "0.17.10" +version = "0.17.11" description = "The official Python library for the openlayer API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/openlayer/_version.py b/src/openlayer/_version.py index d7116868..c6ed2854 100644 --- a/src/openlayer/_version.py +++ b/src/openlayer/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "openlayer" -__version__ = "0.17.10" # x-release-please-version +__version__ = "0.17.11" # x-release-please-version