Skip to content

Commit 381ab8c

Browse files
authored
Prep release for 2.2 (#34)
* Change version 2.1-preview -> 2.2 * Update release notes for 2.2
1 parent 4ca0433 commit 381ab8c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

releasenotes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Release 2.1.7-preview
1+
# Release 2.2
22

33
- Upgrade to version 2.11.0 of DurableTask.Core
4-
- Expose new ErrorPropagationMode option to allow controlling the error propagation behavior when an activity or orchestration fails with an unhandled exception
4+
- Expose new ErrorPropagationMode option to allow controlling the error propagation behavior when an activity or orchestration fails with an unhandled exception
5+
- Remove '-preview' tag

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.1-preview",
3+
"version": "2.2",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$",
66
"^refs/tags/v\\d+\\.\\d+"

0 commit comments

Comments
 (0)