diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e51dc..5255dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.4.6 (09 October 2024) +- [#101](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/101) - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE [bug] contributed by [StefH](https://github.com/StefH) + # 2.4.5 (12 July 2024) - [#97](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/97) - Fix loading additional Handlebars.Net.Helpers dll's when running application from commandline using 'dotnet run' [bug] contributed by [StefH](https://github.com/StefH) - [#96](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/96) - DynamicLinq Helpers Not Registering Correctly in .NET 8.0 WebAPI Project running in Docker [bug] diff --git a/Directory.Build.props b/Directory.Build.props index 6ee2a16..08741ec 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ net451;net452;net46;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0 - 2.4.5 + 2.4.6 11 enable Copyright © 2020-2024 Stef Heyenrath diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index d4c6721..55d1229 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,5 +1,5 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=2.4.5 +SET version=2.4.6 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid documentation duplicate --version %version% --token %GH_TOKEN% \ No newline at end of file