Skip to content

Commit 50163e5

Browse files
[tables] Prep for 12.11.0 release (Azure#49639)
* feat: prep for 12.11.0 release * update release date
1 parent 2abb5ca commit 50163e5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/tables/Azure.Data.Tables/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 12.11.0-beta.1 (Unreleased)
3+
## 12.11.0 (2025-05-06)
44

55
### Features Added
66

77
- Added support for specifying the token credential's Microsoft Entra audience when creating a client.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 12.10.0 (2025-01-14)
1610

1711
### Breaking Changes

sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This client library enables working with the Microsoft Azure Table service</Description>
44
<AssemblyTitle>Microsoft Azure.Data.Tables client library</AssemblyTitle>
5-
<Version>12.11.0-beta.1</Version>
5+
<Version>12.11.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>12.10.0</ApiCompatVersion>
88
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)