Skip to content

Commit 8cf57b8

Browse files
committed
Add v5.6.1 doco
1 parent ed77fe7 commit 8cf57b8

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.6.1
2+
- Extend PolicyWrap syntax with interfaces
3+
14
## 5.6.0
25
- Add ability to handle inner exceptions natively: .HandleInner<TEx>()
36
- Allow WaitAndRetry policies to calculate wait based on the handled fault

GitVersionConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
next-version: 5.6.0
1+
next-version: 5.6.1

src/Polly.Net40Async.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<releaseNotes>
1616
v5.0 is a major release with significant new resilience policies: Timeout; Bulkhead Isolation; Fallback; Cache; and PolicyWrap. See release notes back to v5.0.0 for full details.
1717

18+
5.6.1
19+
---------------------
20+
- Extend PolicyWrap syntax with interfaces
21+
1822
5.6.0
1923
---------------------
2024
- Add ability to handle inner exceptions natively: .HandleInner&lt;TEx&gt;()

src/Polly.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<releaseNotes>
1616
v5.0 is a major release with significant new resilience policies: Timeout; Bulkhead Isolation; Fallback; Cache; and PolicyWrap. See release notes back to v5.0.0 for full details.
1717

18+
5.6.1
19+
---------------------
20+
- Extend PolicyWrap syntax with interfaces
21+
1822
5.6.0
1923
---------------------
2024
- Add ability to handle inner exceptions natively: .HandleInner&lt;TEx&gt;()

0 commit comments

Comments
 (0)