Skip to content

Commit

Permalink
Release prep for Core (Azure#33888)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Feb 6, 2023
1 parent a5d3a9c commit 8e3d013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release History

## 1.28.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.28.0 (2023-02-06)

### Bugs Fixed
- Fixed an issue with `AzureSasCredential` which resulted in messages to fail authentication if the SAS signature was updated while a message was in a retry cycle.

### Other Changes

## 1.27.0 (2023-01-10)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/src/Azure.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the implementation of the Azure Client Pipeline</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
<Version>1.28.0-beta.1</Version>
<Version>1.28.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.27.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
Expand Down

0 comments on commit 8e3d013

Please sign in to comment.