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 2cf74f3 commit 2387e70Copy full SHA for 2387e70
sdk/openai/Azure.AI.OpenAI/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.0.0-beta.8 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.0.0-beta.7 (2023-08-25)
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.7</Version>
+ <Version>1.0.0-beta.8</Version>
<PackageTags>Microsoft Azure OpenAI</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<GenerateAPIListing>true</GenerateAPIListing>
0 commit comments