Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
- Update the changelog for the 7.2.4 release.
- Update the benchmark baseline for 7.2.4.
  • Loading branch information
martincostello committed Jun 14, 2023
1 parent 751e3bb commit a77a5d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 7.2.4

- Fixed an incorrect exception argument - Thanks to [@FoxTes](https://github.com/FoxTes)
- Upgrade FluentAssertions - Thanks to [@dotnetspark](https://github.com/dotnetspark)
- Upgrade Cake - Thanks to [@eugeneogongo](https://github.com/eugeneogongo)
- Fixed possible NullReferenceException - Thanks to [@FoxTes](https://github.com/FoxTes)
- Migrate build to GitHub Actions - Thanks to [@martincostello](https://github.com/martincostello)
- Authenticode sign the assembly and NuGet package - Thanks to [@martincostello](https://github.com/martincostello) and the .NET Foundation

## 7.2.3

- Add RateLimit policy - Thanks to [@reisenberger](https://github.com/reisenberger)
Expand Down Expand Up @@ -111,7 +120,7 @@
- (Upgrade solution to msbuild15)

## 5.3.0
- Fix ExecuteAndCapture() usage with PolicyWrap
- Fix ExecuteAndCapture() usage with PolicyWrap
- Allow Fallback delegates to take execution Context
- Provide IReadOnlyPolicyRegistry interface

Expand Down
2 changes: 1 addition & 1 deletion src/Polly.Benchmarks/PollyConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private static Job PollyJob(Job job, bool useNuGet)

if (useNuGet)
{
result = result.WithNuGet("Polly", "7.2.3");
result = result.WithNuGet("Polly", "7.2.4");
}

return result;
Expand Down

0 comments on commit a77a5d9

Please sign in to comment.