From 1a5a0d31b2e4b2acfad8311f704ae5dcda8ddabf Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 9 Oct 2024 19:16:40 +0200 Subject: [PATCH] 1.0.18 --- Directory.Build.props | 2 +- Generate-ReleaseNotes.bat | 2 +- ReleaseNotes.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fc28726..c34a5dd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.0.17 + 1.0.18 11 enable diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index ad1a330..e647c89 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,5 +1,5 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.0.17 +SET version=1.0.18 GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version% --token %GH_TOKEN% \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a51e2c1..5c4fed5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 1.0.18 (09 October 2024) +- [#27](https://github.com/StefH/RandomDataGenerator/pull/27) - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE [bug] contributed by [StefH](https://github.com/StefH) + # 1.0.17 (30 November 2022) - [#26](https://github.com/StefH/RandomDataGenerator/pull/26) - Fix for non-uniform random value generators [bug] contributed by [DarekDan](https://github.com/DarekDan) - [#25](https://github.com/StefH/RandomDataGenerator/issues/25) - Location generator distribution seems to be a bit skewed [bug]