From 21931380ed2a42a7f2a819650cf32d7341d5f305 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Sat, 19 Nov 2022 14:53:05 -0800 Subject: [PATCH] Update release notes for 4.0.2 --- CHANGELOG.md | 9 ++++++++- Directory.Build.props | 2 +- src/CommandLineUtils/releasenotes.props | 3 +++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0379ba..09840e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...HEAD): +[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.2...HEAD): + +## [v4.0.2](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...v4.0.2) + +### Fixes +* @ernstc: bugfix: added check on the model type before it proceeds accessing the property ([#519]) + +[#519]: https://github.com/natemcmaster/CommandLineUtils/pull/519 ## [v4.0.1](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.0...v4.0.1) diff --git a/Directory.Build.props b/Directory.Build.props index c873317a..96814c68 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -41,7 +41,7 @@ - 4.0.1 + 4.0.2 beta true $(GITHUB_RUN_NUMBER) diff --git a/src/CommandLineUtils/releasenotes.props b/src/CommandLineUtils/releasenotes.props index cd31afcc..d56cb544 100644 --- a/src/CommandLineUtils/releasenotes.props +++ b/src/CommandLineUtils/releasenotes.props @@ -21,6 +21,9 @@ Fixes: Updates in 4.0.1 patch: * @xoofx: use explicit constructors on validation attributes to workaround .NET 6 runtime trimming error (#491) * @jakubqwe: support the Description field of VersionOptionFromMemberAttribute (#490) + +Update in 4.0.2 patch: +* @ernstc: bugfix: added check on the model type before it proceeds accessing the property (#519) Improvements: