diff --git a/Generate ReleaseNotes.bat b/Generate ReleaseNotes.bat index 7038f88..3210c56 100644 --- a/Generate ReleaseNotes.bat +++ b/Generate ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.2.4 +SET version=1.2.5 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 978d907..287f11f 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,6 +1,4 @@ -# 1.2.4 (18 March 2023) -- #182 Use System.Linq.Expressions.ExpressionVisitor where available [feature] -- #184 Bump Microsoft.Data.SqlClient from 1.0.19269.1 to 1.1.4 in /examples/ConsoleAppNet472 [dependencies] -- #122 Only use custom ExpressionVisitor for .NET 3.5 [feature] +# 1.2.5 (19 November 2023) +- #192 Add .NET 8 [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 aeb4e9c..362912a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 1.2.5 (19 November 2023) +- [#192](https://github.com/scottksmith95/LINQKit/pull/192) - Add .NET 8 [feature] contributed by [StefH](https://github.com/StefH) + # 1.2.4 (18 March 2023) - [#182](https://github.com/scottksmith95/LINQKit/pull/182) - Use System.Linq.Expressions.ExpressionVisitor where available [feature] contributed by [TheConstructor](https://github.com/TheConstructor) - [#184](https://github.com/scottksmith95/LINQKit/pull/184) - Bump Microsoft.Data.SqlClient from 1.0.19269.1 to 1.1.4 in /examples/ConsoleAppNet472 [dependencies] contributed by [dependabot[bot]](https://github.com/apps/dependabot)