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