From 1b20fef480f4de79d4e44fd6e76de40f5cab7f15 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Wed, 4 Nov 2020 17:16:55 +0000 Subject: [PATCH] Release 4.11.0 --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b754ce57b..25b869ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas ## [Unreleased] +### Added +### Changed +### Removed +### Fixed + + +## [4.11.0] - 2020-11-04 + ### Added - `proArchiver`: CosmosDB ChangeFeedProcessor that syncs events from specified Hot Container's categories into a Warm Container [#79](https://github.com/jet/dotnet-templates/pull/79) @@ -15,11 +23,10 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Changed -- Cleaned and moved `Logging` logic out to `Infrastructure.fs` [#76](https://github.com/jet/dotnet-templates/pull/76) +- Cleaned and moved `Logging` logic out to `Infrastructure.fs` [#76](https://github.com/jet/dotnet-templates/pull/76) :pray: [@enricosada](https://github.com/enricosada) - Polished `SemaphoreSlim` extensions -- Target `Propulsion` v `2.9.0`, `Equinox` v `2.3.0`, `FsKafka` v `1.5.2` +- Target `Propulsion` v `2.9.0`, `Equinox` v `2.3.0` -### Removed ### Fixed - Fixed version check logic in `TodoSummary` ingesters [#82](https://github.com/jet/dotnet-templates/pull/82) :pray: [@dunnry](https://github.com/dunnry) @@ -472,7 +479,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/4.10.0...HEAD +[Unreleased]: https://github.com/jet/dotnet-templates/compare/4.11.0...HEAD +[4.11.0]: https://github.com/jet/dotnet-templates/compare/4.10.0...4.11.0 [4.10.0]: https://github.com/jet/dotnet-templates/compare/4.9.0...4.10.0 [4.9.0]: https://github.com/jet/dotnet-templates/compare/4.8.0...4.9.0 [4.8.0]: https://github.com/jet/dotnet-templates/compare/4.7.2...4.8.0