We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661630a commit 0e6b73dCopy full SHA for 0e6b73d
sdk/openai/Azure.AI.OpenAI/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.0.0-beta.9 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.0.0-beta.8 (2023-09-21)
14
15
### Features Added
sdk/openai/Azure.AI.OpenAI/src/Azure.AI.OpenAI.csproj
@@ -5,7 +5,7 @@
Works with Azure OpenAI resources as well as the non-Azure OpenAI endpoint.
</Description>
<AssemblyTitle>Microsoft Azure.AI.OpenAI client library</AssemblyTitle>
- <Version>1.0.0-beta.8</Version>
+ <Version>1.0.0-beta.9</Version>
<PackageTags>Microsoft Azure OpenAI</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<GenerateAPIListing>true</GenerateAPIListing>
0 commit comments