From 84f575288cbaee9866a88e5addb771b21f29ba3f Mon Sep 17 00:00:00 2001 From: Chris Gillum Date: Fri, 29 Sep 2023 14:42:09 -0700 Subject: [PATCH] Update CHANGELOG.md for v1.2.0 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 431fd7f..013c6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,16 @@ ## Unreleased +(Add new notes here) + +## v1.2.0 + ### New * Support configurable max backoff intervals ([#163](https://github.com/microsoft/durabletask-mssql/pull/163)) - contributed by [@tompostler](https://github.com/tompostler) * Support configurable min and delta backoff intervals ([#174](https://github.com/microsoft/durabletask-mssql/pull/174)) - contributed by [@dmetzgar](https://github.com/dmetzgar) * Distributed tracing support and v1.2.0 schema update ([#190](https://github.com/microsoft/durabletask-mssql/pull/190)) +* Tools for upgrade testing ([#130](https://github.com/microsoft/durabletask-mssql/pull/130)) ### Updates