Skip to content

Commit 9997696

Browse files
sophiatevSophia Tevosyan
andauthored
bumped version number and updated changelog (#460)
Co-authored-by: Sophia Tevosyan <[email protected]>
1 parent 77af722 commit 9997696

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Changelog
22

3-
## (Unreleased)
4-
5-
- Expose gRPC retry options in Azure Managed extensions ([#447](https://github.com/microsoft/durabletask-dotnet/pull/447))
3+
## v1.13.0
4+
- Add orchestration execution tracing ([#441](https://github.com/microsoft/durabletask-dotnet/pull/441))
65

76
## v1.12.0
87

98
- Activity tag support ([#426](https://github.com/microsoft/durabletask-dotnet/pull/426))
109
- Adding Analyzer to build and release ([#444](https://github.com/microsoft/durabletask-dotnet/pull/444))
1110
- Add ability to filter orchestrations at worker ([#443](https://github.com/microsoft/durabletask-dotnet/pull/443))
1211
- Removing breaking change for TaskOptions ([#446](https://github.com/microsoft/durabletask-dotnet/pull/446))
12+
- Expose gRPC retry options in Azure Managed extensions ([#447](https://github.com/microsoft/durabletask-dotnet/pull/447))
1313

1414
## v1.11.0
1515

eng/targets/Release.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<VersionPrefix>1.12.0</VersionPrefix>
20+
<VersionPrefix>1.13.0</VersionPrefix>
2121
<VersionSuffix></VersionSuffix>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)