Skip to content

Commit

Permalink
Prepare for release (#35446)
Browse files Browse the repository at this point in the history
* Prepare for release

* Update changelog
  • Loading branch information
JoshLove-msft authored Apr 10, 2023
1 parent 0e889f1 commit 4540c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Release History

## 1.31.0-beta.1 (Unreleased)
## 1.31.0 (2023-04-10)

### Features Added

- Added the `RetryPolicy` type which can be used to create a custom retry policy.
- Added the `Delay` type which can be used to customize delays.

### Breaking Changes
- Added the `DelayStrategy` type which can be used to customize delays.

### Bugs Fixed

Expand All @@ -16,8 +14,6 @@
- Fixed equality comparison when comparing a `string` to a `ContentType` instance.
- Jitter is added when using a `RetryMode` of `Fixed`.

### Other Changes

## 1.30.0 (2023-03-09)

### Bugs Fixed
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.31.0-beta.1</Version>
<Version>1.31.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.30.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
Expand Down

0 comments on commit 4540c43

Please sign in to comment.