Skip to content

Commit 6217ffb

Browse files
M-HietalaMarko Hietala
andauthored
modify changelog for the no span type fix (Azure#38546)
* modify changelog for the no span type fix * changing unreleased to Unreleased * updating _version.py --------- Co-authored-by: Marko Hietala <[email protected]>
1 parent 305fa34 commit 6217ffb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sdk/ai/azure-ai-inference/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.0b7 (Unreleased)
4+
5+
### Bugs Fixed
6+
7+
* Fix a bug that would cause an error when tracing was enabled and azure-core-tracing-opentelemetry was not installed and asynchronous chat completion was used.
8+
39
## 1.0.0b6 (2024-11-11)
410

511
### Features Added

sdk/ai/azure-ai-inference/azure/ai/inference/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0b6"
9+
VERSION = "1.0.0b7"

0 commit comments

Comments
 (0)