From fff6c98476e45c5daad14a21e2d2aaf7cf0a7428 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 26 Nov 2020 19:05:29 +0000 Subject: [PATCH] Changelog for 1.3.0 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fd8d3d..c38c6b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release ## [Unreleased] ### Added -- Command to create a new release from unreleased content -- Detection of changelog if it is in the git repo ### Fixed -- Diff of whitespace at EOF is reported as error ### Changed ### Removed ### Deployment Changes @@ -18,6 +15,13 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release +## [1.3.0] - 2020-11-26 +### Added +- Command to create a new release from unreleased content +- Detection of changelog if it is in the git repo +### Fixed +- Diff of whitespace at EOF is reported as error + ## [1.2.0] - 2020-11-21 ### Changed - Updated to .NET 5.0