From d0d31c5bd203106e2f03c88258bf03d90115c747 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Tue, 22 Jun 2021 19:29:05 +0100 Subject: [PATCH] Release 5.0.0 --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97f78b13..fce0709b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,18 @@ The `Unreleased` section name is replaced by the expected version of next releas ## [Unreleased] ### Added +### Changed +### Removed +### Fixed + + +## [5.0.0] - 2021-06-22 + ### Changed - Target `Propulsion` v `2.11.0-rc2`, `Equinox` v `3.0.1` [#91](https://github.com/jet/dotnet-templates/pull/91) - Target `Destructurama.FSharp` v `1.1.1-dev-00035` -### Removed -### Fixed - ## [4.12.0] - 2021-06-02 @@ -502,7 +506,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.12.0...HEAD +[Unreleased]: https://github.com/jet/dotnet-templates/compare/5.0.0...HEAD +[5.0.0]: https://github.com/jet/dotnet-templates/compare/4.12.0...5.0.0 [4.12.0]: https://github.com/jet/dotnet-templates/compare/4.11.0...4.12.0 [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