From 896ec0fff03ef15690d0430335b1b59c27444637 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Fri, 11 Mar 2022 12:08:24 +0000 Subject: [PATCH] Release 5.2.1 --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ade70eaa9..1750c2568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,16 @@ The `Unreleased` section name is replaced by the expected version of next releas ## [Unreleased] ### Added +### Changed +### Removed +### Fixed -- Demonstrate `TransactWith` implementation 'pattern' [#113](https://github.com/jet/dotnet-templates/pull/113) + +## [5.2.1] - 2022-03-11 + +### Added + +- Demonstrate `TransactWith` implementation 'pattern' [#113](https://github.com/jet/dotnet-templates/pull/113) ### Changed @@ -18,9 +26,6 @@ The `Unreleased` section name is replaced by the expected version of next releas - `eqxPatterns`: Extract `ExactlyOnceIngester` [#110](https://github.com/jet/dotnet-templates/pull/110) - Target `FsCodec.SystemTextJson`.* v `2.3.2` [#112](https://github.com/jet/dotnet-templates/pull/112) -### Removed -### Fixed - ## [5.2.0] - 2021-12-20 @@ -550,7 +555,8 @@ The `Unreleased` section name is replaced by the expected version of next releas (For information pertaining to earlier releases, see release notes in https://github.com/jet/dotnet-templates/releases and/or can someone please add it!) -[Unreleased]: https://github.com/jet/dotnet-templates/compare/5.2.0...HEAD +[Unreleased]: https://github.com/jet/dotnet-templates/compare/5.2.1...HEAD +[5.2.1]: https://github.com/jet/dotnet-templates/compare/5.2.0...5.2.1 [5.2.0]: https://github.com/jet/dotnet-templates/compare/5.1.0...5.2.0 [5.1.0]: https://github.com/jet/dotnet-templates/compare/5.0.0...5.1.0 [5.0.0]: https://github.com/jet/dotnet-templates/compare/4.12.0...5.0.0