Skip to content

Commit f5a4536

Browse files
authored
Increment package version after release of Azure.AI.OpenAI (Azure#46976)
1 parent ea5cb40 commit f5a4536

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/openai/Azure.AI.OpenAI/CHANGELOG.md

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

3+
## 2.1.0-beta.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.1.0-beta.2 (2024-11-04)
414

515
This update brings compatibility with the Azure OpenAI `2024-10-01-preview` service API version as well as the `2.1.0-beta.2` release of the `OpenAI` library.

sdk/openai/Azure.AI.OpenAI/src/Azure.AI.OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</Description>
77
<AssemblyTitle>Azure.AI.OpenAI Client Library</AssemblyTitle>
88
<PackageTags>Microsoft Azure OpenAI</PackageTags>
9-
<Version>2.1.0-beta.2</Version>
9+
<Version>2.1.0-beta.3</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1111
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
1212
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)