Skip to content

Commit

Permalink
Prepare for v12.9.1 release (#45290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCrd authored Jul 31, 2024
1 parent ede7138 commit 4503f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions sdk/tables/Azure.Data.Tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release History

## 12.10.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 12.9.1 (2024-08-06)

### Bugs Fixed
- Fixed an issue that prevented use of stored access policy based SaS Uris by adding a constructor to `TableSasBuilder` that accepts a stored access policy identifier without needing to specify the policy's permissions.

### Other Changes

## 12.9.0 (2024-07-22)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This client library enables working with the Microsoft Azure Table service</Description>
<AssemblyTitle>Microsoft Azure.Data.Tables client library</AssemblyTitle>
<Version>12.10.0-beta.1</Version>
<Version>12.9.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.9.0</ApiCompatVersion>
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>
Expand Down

0 comments on commit 4503f47

Please sign in to comment.