Skip to content

Commit

Permalink
1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jan 17, 2025
1 parent b2f7da1 commit 5fba15d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Generate ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -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%

Expand Down
6 changes: 2 additions & 4 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<PatchVersion>7</PatchVersion>
<PatchVersion>8</PatchVersion>
</PropertyGroup>
</Project>

0 comments on commit 5fba15d

Please sign in to comment.