Skip to content

Commit 6733459

Browse files
authored
Prepare release for opentelemetry-instrumentation-openai-v2 v2.3b0 (#4052)
Co-authored-by: otelbot <[email protected]>
1 parent 4531513 commit 6733459

File tree

2 files changed

+2
-2
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2

2 files changed

+2
-2
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## Version 2.3b0 (2025-12-24)
99

1010
- Fix `AttributeError` when handling `LegacyAPIResponse` (from `with_raw_response`)
1111
([#4017](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4017))

instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.3b0.dev"
15+
__version__ = "2.3b0"

0 commit comments

Comments
 (0)