diff --git a/Generate ReleaseNotes.bat b/Generate ReleaseNotes.bat index 8abe574..e9a76a6 100644 --- a/Generate ReleaseNotes.bat +++ b/Generate ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.3.7 +SET version=1.3.8 GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 074c429..10ea220 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,6 +1,4 @@ -# 1.3.7 (19 November 2024) -- #206 Update EntityFramework to version 8.0.11 to fix CVE-2024-43483 [bug] -- #208 Revert fixes for CVE's [bug] -- #207 LinqKit.Core 1.2.6 introduces a lot of legacy dependencies to modern consumers +# 1.3.8 (17 January 2025) +- #210 Add net8.0 target to LinqKit.Microsoft.EntityFrameworkCore9 [feature] The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 048c36b..1d435ce 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 1.3.8 (17 January 2025) +- [#210](https://github.com/scottksmith95/LINQKit/pull/210) - Add net8.0 target to LinqKit.Microsoft.EntityFrameworkCore9 [feature] contributed by [aloraman](https://github.com/aloraman) + # 1.3.7 (19 November 2024) - [#206](https://github.com/scottksmith95/LINQKit/pull/206) - Update EntityFramework to version 8.0.11 to fix CVE-2024-43483 [bug] contributed by [michaelmairegger](https://github.com/michaelmairegger) - [#208](https://github.com/scottksmith95/LINQKit/pull/208) - Revert fixes for CVE's [bug] contributed by [StefH](https://github.com/StefH) diff --git a/version.xml b/version.xml index 4fe8065..07e54a6 100644 --- a/version.xml +++ b/version.xml @@ -1,5 +1,5 @@ - 7 + 8 \ No newline at end of file